Re: [Qemu-devel] [PATCH 1/2] omap_intc: Use MemoryRegion API
On 31 August 2011 17:55, Peter Maydell wrote: > Convert omap_intc to use the MemoryRegion API > > Signed-off-by: Peter Maydell > --- > hw/omap_intc.c | 64 ++- > 1 files changed, 30 insertions(+), 34 deletions(-) > > diff --git a/hw/omap_intc
[Qemu-devel] [PATCH 1/2] omap_intc: Use MemoryRegion API
Convert omap_intc to use the MemoryRegion API Signed-off-by: Peter Maydell --- hw/omap_intc.c | 64 ++- 1 files changed, 30 insertions(+), 34 deletions(-) diff --git a/hw/omap_intc.c b/hw/omap_intc.c index f1f570e..38637c6 100644 --- a/hw/om