On 5/24/23 02:37, Philippe Mathieu-Daudé wrote:
Since TARGET_PAGE_MASK is poisoned in target-agnostic code, introduce the qemu_target_page_mask() helper to get this value from target-agnostic code at runtime.Reviewed-by: Thomas Huth<[email protected]> Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- include/exec/target_page.h | 1 + softmmu/physmem.c | 5 +++++ 2 files changed, 6 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
