]> git.proxmox.com Git - qemu.git/commitdiff
pci: remove PCIBus::config_reg.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Tue, 15 Dec 2009 11:25:58 +0000 (20:25 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 Dec 2009 14:35:00 +0000 (16:35 +0200)
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>
hw/pci.c

index d54f05ef220193f7571dc17de5ba1dce1eef6609..35c3a68405d0b1f02b0b7c3980384360b9cdc334 100644 (file)
--- a/hw/pci.c
+++ b/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;