diff options
author | Avi Kivity <avi@redhat.com> | 2011-11-21 17:16:57 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-24 18:32:03 +0200 |
commit | f81138ce972dd2e8e292b950429fe02308b984c7 (patch) | |
tree | 9097b3919f83df2269571b20339d0882698fb6f3 /hw/pci_host.h | |
parent | cd5cba7941df7d35e94c28dfdb7defb543b27c79 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_host.h b/hw/pci_host.h index 0211086d7..359e38f63 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; |