Re: [Qemu-devel] [PATCH] i386/acpi: show PCI Express bus on pxb-pcie expanders

2019-07-19 Thread Igor Mammedov
On Fri, 19 Jul 2019 11:54:29 +0300 Evgeny Yakovlev wrote: > Show PCIe host bridge PNP id with PCI host bridge as a compatible id > when expanding a pcie bus. > > Signed-off-by: Evgeny Yakovlev Reviewed-by: Igor Mammedov > --- > hw/i386/acpi-build.c | 5 - > 1 file changed, 4 insertions(

[Qemu-devel] [PATCH] i386/acpi: show PCI Express bus on pxb-pcie expanders

2019-07-19 Thread Evgeny Yakovlev
Show PCIe host bridge PNP id with PCI host bridge as a compatible id when expanding a pcie bus. Signed-off-by: Evgeny Yakovlev --- hw/i386/acpi-build.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index d281ffa..0675952 10064