]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Use target-agnostic qemu_target_page_bits()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Nov 2023 21:36:37 +0000 (22:36 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sat, 9 Mar 2024 17:51:45 +0000 (18:51 +0100)
commit8570951fcca78fcb02807153b07c93fd5c22cde7
treeda9d2542155dca367beece1fa3a5207faf4e80d1
parentb934c3fa21dbe23a17c9fdeccb85fb46418bc699
hw/xen: Use target-agnostic qemu_target_page_bits()

Instead of the target-specific TARGET_PAGE_BITS definition,
use qemu_target_page_bits() which is target agnostic.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Message-Id: <20231114143816.71079-15-philmd@linaro.org>
hw/xen/xen-hvm-common.c