diff mbox series

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

Message ID 20191022155608.8001-4-vkuznets@redhat.com (mailing list archive)
State New, archived
Headers show
Series x86: hyperv_stimer: test direct mode | expand

Commit Message

Vitaly Kuznetsov Oct. 22, 2019, 3:56 p.m. UTC
'hyperv-testdev' is redundant 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 5ecb9bba535b..5c0c55a0f405 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -303,7 +303,7 @@  groups = hyperv
 [hyperv_stimer]
 file = hyperv_stimer.flat
 smp = 2
-extra_params = -cpu kvm64,hv_vpindex,hv_time,hv_synic,hv_stimer -device hyperv-testdev
+extra_params = -cpu kvm64,hv_vpindex,hv_time,hv_synic,hv_stimer
 groups = hyperv
 
 [hyperv_clock]