Re: [Qemu-devel] [PATCH v3 05/10] raven: set a correct PCI I/O memory region

2014-03-13 Thread Hervé Poussineau
Le 13/03/2014 18:09, Andreas Färber a écrit : Am 05.11.2013 00:09, schrieb Hervé Poussineau: PCI I/O region is 0x3f80 bytes starting at 0x8000. Do not use global QEMU I/O region, which is only 64KB. Signed-off-by: Hervé Poussineau With this patch I get only a blank screen in OHW/Etch

Re: [Qemu-devel] [PATCH v3 05/10] raven: set a correct PCI I/O memory region

2014-03-13 Thread Andreas Färber
Am 05.11.2013 00:09, schrieb Hervé Poussineau: > PCI I/O region is 0x3f80 bytes starting at 0x8000. > Do not use global QEMU I/O region, which is only 64KB. > > Signed-off-by: Hervé Poussineau With this patch I get only a blank screen in OHW/Etch. Regards, Andreas

[Qemu-devel] [PATCH v3 05/10] raven: set a correct PCI I/O memory region

2013-11-04 Thread Hervé Poussineau
PCI I/O region is 0x3f80 bytes starting at 0x8000. Do not use global QEMU I/O region, which is only 64KB. Signed-off-by: Hervé Poussineau --- hw/pci-host/prep.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/hw/pci-host/prep.c b/hw/pci-host/prep.c i