From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2] KVM: nVMX: Reset RFLAGS on VM-exit Date: Tue, 5 Mar 2013 20:49:39 -0300 Message-ID: <20130305234939.GA8146@amt.cnet> References: <5133A8BF.1010607@web.de> <20130304090038.GH23616@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kiszka , kvm , "Nadav Har'El" , "Nakajima, Jun" To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47021 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755716Ab3CFAHS (ORCPT ); Tue, 5 Mar 2013 19:07:18 -0500 Content-Disposition: inline In-Reply-To: <20130304090038.GH23616@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Mar 04, 2013 at 11:00:38AM +0200, Gleb Natapov wrote: > On Sun, Mar 03, 2013 at 08:47:11PM +0100, Jan Kiszka wrote: > > From: Jan Kiszka > > > > Ouch, how could this work so well that far? We need to clear RFLAGS to > > the reset value as specified by the SDM. Particularly, IF must be off > > after VM-exit! > > > > Signed-off-by: Jan Kiszka > Reviewed-by: Gleb Natapov Applied, thanks.