pc: acpi: drop manual hole punching for PCI hotplug resources
commit8bec1a0a78203d2555b7446efa7ebe5d2601f79a
authorIgor Mammedov <imammedo@redhat.com>
Fri, 20 Feb 2015 18:22:06 +0000 (20 18:22 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 1 Mar 2015 11:33:21 +0000 (1 12:33 +0100)
treefa51f627a0fe36a1da92e6aa9fd66c9fa5e2ede2
parent60efd4297d44a1ac41ae46485098919376fdcab4
pc: acpi: drop manual hole punching for PCI hotplug resources

Drops manual hole punching in PCI0._CRS for PIIX4 machine type.
Resources will be consumed by Device(PHPR) that cwis attached
to PCI bus. The same way how it currently works for mem hotlpug.

Manual hole in PIIX4 _CRS wasn't correct anyway since it was
legacy size 0xF while current PCIHP MMIO region is of size 0x14.

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