Re: [Qemu-devel] [PATCH v3 08/10] raven: implement non-contiguous I/O region

2014-03-13 Thread Andreas Färber
Am 05.11.2013 00:09, schrieb Hervé Poussineau: > Remove now duplicated code from prep board. > > Signed-off-by: Hervé Poussineau With this patch things start working again for me. Could you help find out what needs to be squashed or reordered? Thanks, Andreas

[Qemu-devel] [PATCH v3 08/10] raven: implement non-contiguous I/O region

2013-11-04 Thread Hervé Poussineau
Remove now duplicated code from prep board. Signed-off-by: Hervé Poussineau --- hw/pci-host/prep.c | 82 + hw/ppc/prep.c | 94 ++-- 2 files changed, 85 insertions(+), 91 deletions(-) diff --git