]> git.proxmox.com Git - mirror_qemu.git/blobdiff - memory.h
memory: I/O address space support
[mirror_qemu.git] / memory.h
index c481038f2e4253db7eeb712a5cac0f57f9ff72dd..88ba428b7c8186fb6699746a319707f74fc1d2ef 100644 (file)
--- a/memory.h
+++ b/memory.h
@@ -22,6 +22,7 @@
 #include "cpu-common.h"
 #include "targphys.h"
 #include "qemu-queue.h"
+#include "iorange.h"
 
 typedef struct MemoryRegionOps MemoryRegionOps;
 typedef struct MemoryRegion MemoryRegion;
@@ -91,6 +92,7 @@ struct MemoryRegion {
     target_phys_addr_t offset;
     bool backend_registered;
     ram_addr_t ram_addr;
+    IORange iorange;
     bool terminates;
     MemoryRegion *alias;
     target_phys_addr_t alias_offset;