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<th...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/exec/target_page.h | 1 + softmmu/physmem.c | 5 +++++ 2 files changed, 6 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~