diff options
author | Igor Mammedov <imammedo@redhat.com> | 2014-02-03 11:45:00 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-02-05 16:55:50 +0200 |
commit | a1b4d9eff9e8dec8b827bd744c7d670d3cdf2fb8 (patch) | |
tree | 04b6ff72c7a51a87c2f4a0c1c12588e296c8e67a | |
parent | 99d09dd32820f5702031e3c08c81f8c209dc2220 (diff) | |
download | qemu-a1b4d9eff9e8dec8b827bd744c7d670d3cdf2fb8.tar.gz qemu-a1b4d9eff9e8dec8b827bd744c7d670d3cdf2fb8.tar.bz2 qemu-a1b4d9eff9e8dec8b827bd744c7d670d3cdf2fb8.zip |
pcihp: remove unused AcpiPciHpPciStatus.device_present field
Remove now unused 'device_present' field wich was obsoleted by
patch "pcihp: reduce number of device check events"
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>
-rw-r--r-- | include/hw/acpi/pcihp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/acpi/pcihp.h b/include/hw/acpi/pcihp.h index 02d3ce33a1..1fd90e1609 100644 --- a/include/hw/acpi/pcihp.h +++ b/include/hw/acpi/pcihp.h @@ -35,7 +35,6 @@ typedef struct AcpiPciHpPciStatus { uint32_t up; uint32_t down; uint32_t hotplug_enable; - uint32_t device_present; } AcpiPciHpPciStatus; #define ACPI_PCIHP_PROP_BSEL "acpi-pcihp-bsel" |