]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Correct KVM & HVF dtb_compatible value
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 1 Jul 2025 14:08:33 +0000 (15:08 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 2 Jul 2025 20:23:29 +0000 (23:23 +0300)
commit5df7910a237ccb8ebd31f45d4216f3765c6010ed
treebb47dfab36904f3eb9577cc3e494cae662c32bfd
parented4bad29e7dd437f7a8168dbe04b15909d945de9
target/arm: Correct KVM & HVF dtb_compatible value

Linux kernel knows how to parse "arm,armv8", not "arm,arm-v8".

See arch/arm64/boot/dts/foundation-v8.dts:

  https://github.com/torvalds/linux/commit/90556ca1ebdd

Cc: qemu-stable@nongnu.org
Fixes: 26861c7ce06 ("target-arm: Add minimal KVM AArch64 support")
Fixes: 585df85efea ("hvf: arm: Implement -cpu host")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250623121845.7214-10-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit a412575837b6a46584fba891e3706e87bd09a3e6)
(Mjt: context fix in target/arm/kvm.c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/hvf/hvf.c
target/arm/kvm.c