commit | fb1cd6f998fe7dba889e5c77962f94bb1a15d202 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Sep 25 14:48:47 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 14:48:47 2011 +0300 |
tree | 98b3da24a906737bf29c53e25bfd07749a232098 | |
parent | 1ce9ce6a6184f0192015ba9adf1123d89cd47a7b [diff] |
memory: implement memory_region_set_readonly() The property is inheritable, but only if set to true. This is so that memory routers can mark sections of RAM as read-only via aliases. Signed-off-by: Avi Kivity <avi@redhat.com>