Re: [Qemu-devel] [PATCH 1/5] sh7750: convert memory controller/ioport to memory API
On 11/17/2011 02:24 PM, Benoît Canet wrote: > Signed-off-by: Benoit Canet > > /* sh775x interrupt controller tables for sh_intc.c > @@ -706,30 +714,40 @@ static CPUWriteMemoryFunc * const sh7750_mmct_write[] = > { > sh7750_mmct_writel > }; > > -SH7750State *sh7750_init(CPUSH4State * cp
[Qemu-devel] [PATCH 1/5] sh7750: convert memory controller/ioport to memory API
Signed-off-by: Benoit Canet --- hw/r2d.c|2 +- hw/sh.h |3 +- hw/sh7750.c | 72 -- hw/shix.c |2 +- 4 files changed, 49 insertions(+), 30 deletions(-) diff --git a/hw/r2d.c b/hw/r2d.c index a9aefa2..9b6fcba 100644 --