Re: [Qemu-devel] [PATCH 3/3] omap_l4: add memory API variant of omap_l4_attach()

2011-11-26 Thread andrzej zaborowski
On 24 November 2011 16:57, Avi Kivity wrote: > Also add omap_l4_region_size(), since memory API functions need > the size during initialization. Logically it should be one of the omap_l4_* functions that set the size for the region instead of the target agents because this is where all the memory

[Qemu-devel] [PATCH 3/3] omap_l4: add memory API variant of omap_l4_attach()

2011-11-24 Thread Avi Kivity
Also add omap_l4_region_size(), since memory API functions need the size during initialization. Signed-off-by: Avi Kivity --- hw/omap.h|7 ++- hw/omap2.c |2 +- hw/omap_l4.c | 29 - 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/hw