projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d09dd
)
pcihp: remove unused AcpiPciHpPciStatus.device_present field
author
Igor Mammedov
<imammedo@redhat.com>
Mon, 3 Feb 2014 10:45:00 +0000
(11:45 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 5 Feb 2014 14:55:50 +0000
(16:55 +0200)
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>
include/hw/acpi/pcihp.h
patch
|
blob
|
history
diff --git
a/include/hw/acpi/pcihp.h
b/include/hw/acpi/pcihp.h
index 02d3ce33a144e98f9c97bb2f58c3ccccc94f37a6..1fd90e16098d36ca34870155be859c24007d38af 100644
(file)
--- 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"