All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] x86: Make Hyper-V tests x86_64 only
@ 2020-09-29 16:43 Sean Christopherson
  2020-10-01  4:52 ` Thomas Huth
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Christopherson @ 2020-09-29 16:43 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, Sean Christopherson

Skip the Hyper-V tests on i386, they explicitly run with kvm64 and crash
immediately when run in i386, i.e. waste 90 seconds waiting for the
timeout to fire.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
---
 x86/unittests.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 3a79151..0651778 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -314,18 +314,21 @@ arch = x86_64
 file = hyperv_synic.flat
 smp = 2
 extra_params = -cpu kvm64,hv_vpindex,hv_synic -device hyperv-testdev
+arch = x86_64
 groups = hyperv
 
 [hyperv_connections]
 file = hyperv_connections.flat
 smp = 2
 extra_params = -cpu kvm64,hv_vpindex,hv_synic -device hyperv-testdev
+arch = x86_64
 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
+arch = x86_64
 groups = hyperv
 
 [hyperv_clock]
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-01 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-29 16:43 [kvm-unit-tests PATCH] x86: Make Hyper-V tests x86_64 only Sean Christopherson
2020-10-01  4:52 ` Thomas Huth
2020-10-01 14:53   ` Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.