On 21/7/25 17:33, Alex Bennée wrote:
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.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Cc: Philippe Mathieu-Daudé <phi...@linaro.org>
Cc: Mark Burton <mbur...@qti.qualcomm.com>
---
tests/functional/meson.build | 1 +
tests/functional/test_aarch64_kvm.py | 83 ++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100755 tests/functional/test_aarch64_kvm.py
Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>