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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxx>
---
 x86/unittests.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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]
-- 
2.17.0




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux