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