On 7/5/26 21:47, Peter Maydell wrote:
The test_kvm test runs the virt board with virtualization=on,
which will fail if run with an accelerator that doesn't
support nested virtualization. Catch the VMLaunchFailure
exception and skip the test if startup failed because
the accelerator can't support virtualization.
Signed-off-by: Peter Maydell <[email protected]>
---
tests/functional/aarch64/test_kvm.py | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>