Re: [PATCH v2 05/11] hw/pci-host/raven: Add PCI_IO_BASE_ADDR definition

2021-04-18 Thread David Gibson
On Sat, Apr 17, 2021 at 12:30:22PM +0200, Philippe Mathieu-Daudé wrote: > Rather than using the magic 0x8000 number for the PCI I/O BAR > physical address on the main system bus, use a definition. > > Signed-off-by: Philippe Mathieu-Daudé Acked-by: David Gibson > --- > hw/pci-host/raven.c

[PATCH v2 05/11] hw/pci-host/raven: Add PCI_IO_BASE_ADDR definition

2021-04-17 Thread Philippe Mathieu-Daudé
Rather than using the magic 0x8000 number for the PCI I/O BAR physical address on the main system bus, use a definition. Signed-off-by: Philippe Mathieu-Daudé --- hw/pci-host/raven.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hw/pci-host/raven.c b/hw/pci-