summary refs log tree commit diff stats
path: root/memory.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-09-26 08:00:29 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-09-26 08:00:29 -0500
commit04970fd9339f75f5d21c094ab816a8e429dc1ff1 (patch)
treec94576069c31b930193fc31d53a721a1638994c9 /memory.h
parent2f977dd7e8e31b85f8d5942e25387540ed4fa15e (diff)
parentfb1cd6f998fe7dba889e5c77962f94bb1a15d202 (diff)
downloadfocaccia-qemu-04970fd9339f75f5d21c094ab816a8e429dc1ff1.tar.gz
focaccia-qemu-04970fd9339f75f5d21c094ab816a8e429dc1ff1.zip
Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/memory.h b/memory.h
index 06b83ae76b..e93e65a4f2 100644
--- 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;