Re: [Qemu-devel] [PATCH V2 3/4] hw/pc: query both q35 and i440fx bus

2015-11-17 Thread Marcel Apfelbaum
On 11/16/2015 08:26 PM, Eduardo Habkost wrote: On Sun, Nov 15, 2015 at 05:39:05PM +0200, Marcel Apfelbaum wrote: Look for pxb devices on both i386 machines. Signed-off-by: Marcel Apfelbaum [...] diff --git a/hw/pci-host/q35.c b/hw/pci-host/q35.c index c81507d..2fbbcd3 100644 --- a/hw/pci-hos

Re: [Qemu-devel] [PATCH V2 3/4] hw/pc: query both q35 and i440fx bus

2015-11-16 Thread Eduardo Habkost
On Sun, Nov 15, 2015 at 05:39:05PM +0200, Marcel Apfelbaum wrote: > Look for pxb devices on both i386 machines. > > Signed-off-by: Marcel Apfelbaum [...] > diff --git a/hw/pci-host/q35.c b/hw/pci-host/q35.c > index c81507d..2fbbcd3 100644 > --- a/hw/pci-host/q35.c > +++ b/hw/pci-host/q35.c > @@ -

[Qemu-devel] [PATCH V2 3/4] hw/pc: query both q35 and i440fx bus

2015-11-16 Thread Marcel Apfelbaum
Look for pxb devices on both i386 machines. Signed-off-by: Marcel Apfelbaum --- hw/i386/acpi-build.c | 3 +-- hw/i386/pc.c | 2 +- hw/pci-host/q35.c| 8 include/hw/i386/pc.h | 9 + 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/hw/i386/acpi-build.c b