diff options
| author | Avi Kivity <avi@redhat.com> | 2012-01-02 13:20:11 +0200 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2012-01-04 13:34:50 +0200 |
| commit | b3b00c78d8247cdffc25839d4b8ff0310a889480 (patch) | |
| tree | a5352a302a1753adbefb96a804be2a93e466addb /memory.h | |
| parent | a621f38de85598a13d8d8524d1a94fc6a1818215 (diff) | |
| download | focaccia-qemu-b3b00c78d8247cdffc25839d4b8ff0310a889480.tar.gz focaccia-qemu-b3b00c78d8247cdffc25839d4b8ff0310a889480.zip | |
Remove IO_MEM_SUBPAGE
Replace with a MemoryRegion flag. Signed-off-by: Avi Kivity <avi@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
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 77984bb4e4..fbca6f146c 100644 --- a/memory.h +++ b/memory.h @@ -119,6 +119,7 @@ struct MemoryRegion { void (*destructor)(MemoryRegion *mr); ram_addr_t ram_addr; IORange iorange; + bool subpage; bool terminates; bool readable; bool ram; |