qemu/include/hw/acpi
Igor Mammedov 99d09dd328 pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplug
due to recent change introduced by:
"pcihp: reduce number of device check events"

'up' field is cleared right after it's read.
This is incompatible with legacy BIOS ACPI code
where PCNF ACPI method reads this field 32 times.

To make pci_read mmio callback compatible with legacy
'up' behavior, pcihp code will need to know in which
mode it runs add 'legacy_piix' field to AcpiPciHpState
structure and alter register behavior accordingly.

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>
2014-02-05 16:55:49 +02:00
..
acpi.h acpi: factor out common pm_update_sci() into acpi core 2013-12-23 13:12:34 +02:00
cpu_hotplug_defs.h pc: ACPI: unify source of CPU hotplug IO base/len 2014-01-26 13:11:44 +02:00
cpu_hotplug.h acpi: factor out common cpu hotplug code for PIIX4/Q35 2014-01-26 13:11:44 +02:00
ich9.h acpi: ich9: add CPU hotplug handling to Q35 machine 2014-01-26 13:11:44 +02:00
pcihp.h pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplug 2014-02-05 16:55:49 +02:00
piix4.h piix: APIs for pc guest info 2013-10-14 17:48:52 +03:00