mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Revert "hw/pci: Rename has_power to enabled"
This reverts commit 6a31b219a5
.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
f1feffc4ef
commit
93829009a6
4 changed files with 11 additions and 16 deletions
|
@ -57,7 +57,7 @@ typedef struct PCIReqIDCache PCIReqIDCache;
|
|||
struct PCIDevice {
|
||||
DeviceState qdev;
|
||||
bool partially_hotplugged;
|
||||
bool enabled;
|
||||
bool has_power;
|
||||
|
||||
/* PCI config space */
|
||||
uint8_t *config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue