From b3b00c78d8247cdffc25839d4b8ff0310a889480 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 2 Jan 2012 13:20:11 +0200 Subject: Remove IO_MEM_SUBPAGE Replace with a MemoryRegion flag. Signed-off-by: Avi Kivity Reviewed-by: Richard Henderson --- memory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'memory.h') diff --git a/memory.h b/memory.h index 77984bb..fbca6f1 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; -- cgit v1.1