]> git.proxmox.com Git - qemu.git/blobdiff - exec-memory.h
usb-redir: Only add actually in flight packets to the in flight queue
[qemu.git] / exec-memory.h
index 1cd92eec711bdeb08561faf83f2a28792814df5a..ac1d07dfe4dcf0d453e41026df41d3a37d166633 100644 (file)
@@ -33,11 +33,8 @@ MemoryRegion *get_system_memory(void);
  */
 MemoryRegion *get_system_io(void);
 
-/* Set the root memory region.  This region is the system memory map. */
-void set_system_memory_map(MemoryRegion *mr);
-
-/* Set the I/O memory region.  This region is the I/O memory map. */
-void set_system_io_map(MemoryRegion *mr);
+extern AddressSpace address_space_memory;
+extern AddressSpace address_space_io;
 
 #endif