On 23/05/2023 18.35, Philippe Mathieu-Daudé wrote:
Since TARGET_PAGE_MASK and TARGET_PAGE_ALIGN are poisoned in target-agnostic code, introduce the qemu_target_page_mask() and qemu_target_page_align() helpers to get these values from target-agnostic code at runtime.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/exec/target_page.h | 2 ++ softmmu/physmem.c | 10 ++++++++++ 2 files changed, 12 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>