]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins/api: use qemu_target_page_mask() to get value
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Mar 2025 22:24:27 +0000 (22:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Mar 2025 10:30:01 +0000 (10:30 +0000)
commit9d06b0ccb1089f8713c4244109958bed8374ada4
tree8f9423c2e0e1314a28e0b274008272aba68c894f
parent2a8e8544b285ace2a6f21b72e18d823738fc8167
plugins/api: use qemu_target_page_mask() to get value

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-21-alex.bennee@linaro.org>
plugins/api.c
tests/tcg/hexagon/Makefile.target
tests/tcg/multiarch/Makefile.target