mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
pci: remove PCIBus::config_reg.
PCIBus::config_reg isn't used anymore, so remove it. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
b81ebc6990
commit
b8ba4176aa
1 changed files with 0 additions and 1 deletions
1
hw/pci.c
1
hw/pci.c
|
@ -41,7 +41,6 @@ struct PCIBus {
|
|||
pci_set_irq_fn set_irq;
|
||||
pci_map_irq_fn map_irq;
|
||||
pci_hotplug_fn hotplug;
|
||||
uint32_t config_reg; /* XXX: suppress */
|
||||
void *irq_opaque;
|
||||
PCIDevice *devices[256];
|
||||
PCIDevice *parent_dev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue