diff mbox

[kvm-unit-tests,2/3] x86: turn vp_index on in tests using hyperv synic

Message ID 20180530165257.18292-3-rkagan@virtuozzo.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roman Kagan May 30, 2018, 4:52 p.m. UTC
Depending on QEMU version, vp_index may be required to run the tests
using Hyper-V SynIC, so turn it on in the test command line.

Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
---
 x86/unittests.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 0669d46..c0aee1e 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -578,19 +578,19 @@  arch = x86_64
 [hyperv_synic]
 file = hyperv_synic.flat
 smp = 2
-extra_params = -cpu kvm64,hv_synic -device hyperv-testdev
+extra_params = -cpu kvm64,hv_synic,hv_vpindex -device hyperv-testdev
 groups = hyperv
 
 [hyperv_connections]
 file = hyperv_connections.flat
 smp = 2
-extra_params = -cpu kvm64,hv_synic -device hyperv-testdev
+extra_params = -cpu kvm64,hv_synic,hv_vpindex -device hyperv-testdev
 groups = hyperv
 
 [hyperv_stimer]
 file = hyperv_stimer.flat
 smp = 2
-extra_params = -cpu kvm64,hv_time,hv_synic,hv_stimer
+extra_params = -cpu kvm64,hv_time,hv_synic,hv_vpindex,hv_stimer
 groups = hyperv
 
 [hyperv_clock]