| Submitter | Isaku Yamahata |
|---|---|
| Date | Dec. 15, 2009, 11:25 a.m. |
| Message ID | <1260876367-28197-2-git-send-email-yamahata@valinux.co.jp> |
| Download | mbox | patch |
| Permalink | /patch/41182/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/pci.c b/hw/pci.c index 404eead..aed3a24 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -40,7 +40,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;