pc: acpi: piix4: move PCI0._PRT() into SSDT
commit196e2137831b58e1267313400b5947258d5db0ff
authorIgor Mammedov <imammedo@redhat.com>
Mon, 28 Dec 2015 17:02:42 +0000 (28 18:02 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 9 Jan 2016 21:20:18 +0000 (9 23:20 +0200)
treea7f43ffada6c6b6cf70020d22fa83f762129df92
parent06989b886185129a62be5e2ca9dae4375bb132ec
pc: acpi: piix4: move PCI0._PRT() into SSDT

PCI routing table for expander buses is build with help
of build_prt() using AML API. And it's almost the same
as PRT for PCI0 bus except of power-management device.
So make existing build_prt() build PRT table for PCI0
bus as well.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c
hw/i386/acpi-dsdt.dsl