From: Sean Christopherson <sean.j.christopherson@intel.com>
To: Thomas Huth <thuth@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>, kvm@vger.kernel.org
Subject: Re: [kvm-unit-tests PATCH] x86: Make Hyper-V tests x86_64 only
Date: Thu, 1 Oct 2020 07:53:30 -0700 [thread overview]
Message-ID: <20201001145330.GB7474@linux.intel.com> (raw)
In-Reply-To: <a2003b45-f76e-1db3-046b-0be0fb4cdad1@redhat.com>
On Thu, Oct 01, 2020 at 06:52:05AM +0200, Thomas Huth wrote:
> On 29/09/2020 18.43, Sean Christopherson wrote:
> > 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
>
> Looks reasonable, but for some funny reason, this test seems to work on
> Travis in the 32-bit builds:
>
> https://travis-ci.com/github/huth/kvm-unit-tests/jobs/392615222#L699
>
> Any idea why it is still working there?
Hmm, looks like these crash on my end for 64-bit as well, so maybe they are
32-bit compatible and it's my setup that's busted.
prev parent reply other threads:[~2020-10-01 14:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201001145330.GB7474@linux.intel.com \
--to=sean.j.christopherson@intel.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.