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:
Michael S. Tsirkin 2024-08-01 03:44:50 -04:00
parent f1feffc4ef
commit 93829009a6
4 changed files with 11 additions and 16 deletions

View file

@ -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;