]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: add hypervisor test for aarch64
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Jul 2025 15:45:09 +0000 (16:45 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 26 Jul 2025 22:04:35 +0000 (23:04 +0100)
commitebbc04adbb079066f8d180b8744c1c01c6de23f9
tree2c28babd42abe422654783e60471053730a95041
parentf1f25eed03308f9f85770e0b6b911b6caf83c268
tests/functional: add hypervisor test for aarch64

This is a simple test case that runs an image with kvmtool and
kvm-unit-tests which can validate virtualisation works. This is useful
for exercising TCG but can also be applied to any nested virt setup
which is why it doesn't specify an accelerator.

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250725154517.3523095-7-alex.bennee@linaro.org>
tests/functional/meson.build
tests/functional/test_aarch64_kvm.py [new file with mode: 0755]