mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Remove IO_MEM_SUBPAGE
Replace with a MemoryRegion flag. Signed-off-by: Avi Kivity <avi@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
a621f38de8
commit
b3b00c78d8
4 changed files with 7 additions and 6 deletions
1
memory.h
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue