diff options
Diffstat (limited to 'memory.h')
| -rw-r--r-- | memory.h | 1 |
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; |