projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817e0b6
)
pci: Remove unused mem_base from PCIBus
author
Jan Kiszka
<jan.kiszka@siemens.com>
Mon, 12 Sep 2011 13:17:53 +0000
(15:17 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 19 Sep 2011 18:22:29 +0000
(21:22 +0300)
Obsoleted by
f64e02b6cc
.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci_internals.h
patch
|
blob
|
history
diff --git
a/hw/pci_internals.h
b/hw/pci_internals.h
index c7fd23dc543603bd344b76101ea26422bb6ee056..10b4adf4dc1006b9aedbd57e71d1d86eea53a515 100644
(file)
--- a/
hw/pci_internals.h
+++ b/
hw/pci_internals.h
@@
-24,7
+24,6
@@
struct PCIBus {
void *irq_opaque;
PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
PCIDevice *parent_dev;
- target_phys_addr_t mem_base;
MemoryRegion *address_space_mem;
MemoryRegion *address_space_io;