From patchwork Wed Nov 2 20:52:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?UmFkaW0gS3LEjW3DocWZ?= X-Patchwork-Id: 9409833 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CBDF560585 for ; Wed, 2 Nov 2016 20:52:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B543E2A5B2 for ; Wed, 2 Nov 2016 20:52:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AA4A32A5B5; Wed, 2 Nov 2016 20:52:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 56F472A5B2 for ; Wed, 2 Nov 2016 20:52:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756331AbcKBUws (ORCPT ); Wed, 2 Nov 2016 16:52:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48986 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755198AbcKBUws (ORCPT ); Wed, 2 Nov 2016 16:52:48 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C6DC980F95; Wed, 2 Nov 2016 20:52:47 +0000 (UTC) Received: from potion (dhcp-1-247.brq.redhat.com [10.34.1.247]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id uA2KqjBt016864; Wed, 2 Nov 2016 16:52:45 -0400 Received: by potion (sSMTP sendmail emulation); Wed, 02 Nov 2016 21:52:44 +0100 Date: Wed, 2 Nov 2016 21:52:44 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: kvm@vger.kernel.org Cc: Paolo Bonzini , Bandan Das , Nadav Amit Subject: Re: [kvm-unit-tests PATCH] x86: realmode: add FXSR tests Message-ID: <20161102205244.GB7771@potion> References: <20161102195320.31671-1-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20161102195320.31671-1-rkrcmar@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 02 Nov 2016 20:52:47 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 2016-11-02 20:53+0100, Radim Krčmář: > Even unrestricted_guest will fail fxrstor when the host and guest don't > match deprecation of CS and DS in CPUID, which is the current behavior > at least on Haswell (and not Sandy Bridge). > > I have added a fixup to detect other errors -- the second fxrstor should > pass. > > Signed-off-by: Radim Krčmář > --- The fxsr test will hang on old KVMs, so I'll add this hunk in v2: --- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 72425176e074..117cb4403fd6 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -133,6 +133,7 @@ file = port80.flat [realmode] file = realmode.flat +timeout = 60 [s3] file = s3.flat