From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH kvm-unit-tests] Test fault during IRET from NMI. Date: Mon, 16 Sep 2013 13:40:55 +0300 Message-ID: <20130916104055.GM17294@redhat.com> References: <20130915081700.GU17294@redhat.com> <523583C7.1050405@redhat.com> <20130915095649.GY17294@redhat.com> <5236CFD2.2020903@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18532 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756598Ab3IPKk5 (ORCPT ); Mon, 16 Sep 2013 06:40:57 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8GAevig009443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Sep 2013 06:40:57 -0400 Content-Disposition: inline In-Reply-To: <5236CFD2.2020903@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Sep 16, 2013 at 11:30:58AM +0200, Paolo Bonzini wrote: > Il 15/09/2013 11:56, Gleb Natapov ha scritto: > > On Sun, Sep 15, 2013 at 11:54:15AM +0200, Paolo Bonzini wrote: > >> Il 15/09/2013 10:17, Gleb Natapov ha scritto: > >>> This test checks that NMI window opens only after IRET from NMI is > >>> executed without a fault. > >>> > >>> Signed-off-by: Gleb Natapov > >> > >> Reviewed-by: Paolo Bonzini > >> > >> ... with a couple English nits (see inline). > >> > > Yeah, those are copy/paste from other places. The file is full of it :) > > Can you fix all of them? :) > Sure, I will commit this one as is then and fix all places with a patch on top. -- Gleb.