diff mbox series

[kvm-unit-tests,11/13] x86: hyperv_stimer: don't require hyperv-testdev

Message ID 20240306171823.761647-12-vkuznets@redhat.com (mailing list archive)
State New, archived
Headers show
Series x86: hyperv-v: Various unmerged patches | expand

Commit Message

Vitaly Kuznetsov March 6, 2024, 5:18 p.m. UTC
'hyperv-testdev' is completely superfluous for stimer tests.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
---
 x86/unittests.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index a5574b105efc..06164ae22aa7 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -463,7 +463,7 @@  groups = hyperv
 [hyperv_stimer]
 file = hyperv_stimer.flat
 smp = 2
-extra_params = -cpu host,hv_passthrough -device hyperv-testdev
+extra_params = -cpu host,hv_passthrough
 groups = hyperv
 
 [hyperv_clock]