Re: [Qemu-devel] [RFC 6/6] isa: improve bus implementation of ebus bridge

2011-08-20 Thread Richard Henderson
On 08/20/2011 07:56 AM, Hervé Poussineau wrote: > +memory_region_init(&s->isa_mem_space, "isa-memory", 0x0010); > +memory_region_add_subregion(get_system_memory(), > +APB_PCI_IO_BASE, > +&s->isa_mem_space); You should be p

[Qemu-devel] [RFC 6/6] isa: improve bus implementation of ebus bridge

2011-08-20 Thread Hervé Poussineau
Signed-off-by: Hervé Poussineau --- hw/sun4u.c | 39 --- 1 files changed, 32 insertions(+), 7 deletions(-) diff --git a/hw/sun4u.c b/hw/sun4u.c index 7e5a7e1..898541e 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -38,6 +38,7 @@ #include "loader.h" #include