On 21/7/25 14:40, Peter Maydell wrote:
On Wed, 16 Jul 2025 at 18:28, Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
Have get_physical_address_range() return when HVF is not
usable, allowing to try another accelerator if requested
with '-accel hvf:tcg', reported here:
https://gitlab.com/qemu-project/qemu/-/issues/2981
Philippe Mathieu-Daudé (3):
accel/hvf: Display executable bit as 'X'
accel/hvf: Do not abort in hvf_arm_get_*_ipa_bit_size()
hw/arm/virt: Warn when HVF doesn't report IPA bit length
I've applied patch 1 to target-arm.next, since it's not
really related to the patch 2 and 3 bugfix.
Thank you.