]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ioport.h
ioport: change portio_list not to use memory_region_set_offset()
[mirror_qemu.git] / ioport.h
index ae3e9da0b5487e68a16f28c459889496160e8e16..ab29c89fb3ac6bbe72b2b622172cb9ef7c462e62 100644 (file)
--- a/ioport.h
+++ b/ioport.h
@@ -60,6 +60,7 @@ typedef struct PortioList {
     struct MemoryRegion *address_space;
     unsigned nr;
     struct MemoryRegion **regions;
+    struct MemoryRegion **aliases;
     void *opaque;
     const char *name;
 } PortioList;