Re: [PATCH 15/25] plugins/api: use qemu_target_page_mask() to get value

2025-02-26 Thread Philippe Mathieu-Daudé
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 Message-Id: <20250225110844.3296991-2-alex.ben...@linaro.org> --- v2 - use the proper qemu_ta

Re: [PATCH 15/25] plugins/api: use qemu_target_page_mask() to get value

2025-02-26 Thread Richard Henderson
On 2/26/25 06: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 Message-Id:<20250225110844.3296991-2-alex.ben...@linaro.org> --- v2 - use the proper qemu_targ

[PATCH 15/25] plugins/api: use qemu_target_page_mask() to get value

2025-02-26 Thread Alex Bennée
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 Message-Id: <20250225110844.3296991-2-alex.ben...@linaro.org> --- v2 - use the proper qemu_target_page_mask() api --- plugins/api.c