aboutsummaryrefslogtreecommitdiff
path: root/hw/pci_host.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-11-21 17:16:57 +0200
committerAvi Kivity <avi@redhat.com>2011-11-24 18:32:03 +0200
commitf81138ce972dd2e8e292b950429fe02308b984c7 (patch)
tree9097b3919f83df2269571b20339d0882698fb6f3 /hw/pci_host.h
parentcd5cba7941df7d35e94c28dfdb7defb543b27c79 (diff)
prep_pci: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/pci_host.h')
-rw-r--r--hw/pci_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_host.h b/hw/pci_host.h
index 0211086d70..359e38f63b 100644
--- a/hw/pci_host.h
+++ b/hw/pci_host.h
@@ -34,6 +34,7 @@ struct PCIHostState {
SysBusDevice busdev;
MemoryRegion conf_mem;
MemoryRegion data_mem;
+ MemoryRegion mmcfg;
MemoryRegion *address_space;
uint32_t config_reg;
PCIBus *bus;