On 26/2/25 15:03, Alex Bennée wrote:
Requiring TARGET_PAGE_MASK to be defined gets in the way of building this unit once. qemu_target_page_mask() will tell us what it is.Signed-off-by: Alex Bennée <alex.ben...@linaro.org> Message-Id: <20250225110844.3296991-2-alex.ben...@linaro.org> --- v2 - use the proper qemu_target_page_mask() api --- plugins/api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>