Add target_page_size member to uc_struct to track TARGET_PAGE_SIZE
This commit is contained in:
@@ -175,6 +175,9 @@ struct uc_struct {
|
||||
bool block_full;
|
||||
MemoryRegion **mapped_blocks;
|
||||
uint32_t mapped_block_count;
|
||||
|
||||
uint32_t target_page_size;
|
||||
uint32_t target_page_align;
|
||||
};
|
||||
|
||||
#include "qemu_macro.h"
|
||||
|
||||
Reference in New Issue
Block a user