summary refs log tree commit diff stats
path: root/include/hw/pci-host/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/pci-host/remote.h')
-rw-r--r--include/hw/pci-host/remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci-host/remote.h b/include/hw/pci-host/remote.h
index 06b8a83a4b..3dcf6aa51d 100644
--- a/include/hw/pci-host/remote.h
+++ b/include/hw/pci-host/remote.h
@@ -24,6 +24,7 @@ struct RemotePCIHost {
 
     MemoryRegion *mr_pci_mem;
     MemoryRegion *mr_sys_io;
+    MemoryRegion *mr_sys_mem;
 };
 
 #endif