]> git.proxmox.com Git - qemu.git/blobdiff - memory.h
ppc_prep: convert to memory API
[qemu.git] / memory.h
index 06b83ae76b3ec050f20d6a02b7b262750b42c66e..d5b47da83919d94bcddd63c8c479ea56a9fdfade 100644 (file)
--- a/memory.h
+++ b/memory.h
@@ -114,6 +114,7 @@ struct MemoryRegion {
     IORange iorange;
     bool terminates;
     bool readable;
+    bool readonly; /* For RAM regions */
     MemoryRegion *alias;
     target_phys_addr_t alias_offset;
     unsigned priority;
@@ -500,6 +501,8 @@ void memory_region_transaction_begin(void);
  */
 void memory_region_transaction_commit(void);
 
+void mtree_info(fprintf_function mon_printf, void *f);
+
 #endif
 
 #endif