From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [RFC PATCH 1/5] KVM: vmx: speed up emulation of invalid guest state Date: Fri, 18 Apr 2014 00:19:28 -0400 Message-ID: <5350A7D0.8070603@redhat.com> References: <1395919838-18466-1-git-send-email-pbonzini@redhat.com> <1395919838-18466-2-git-send-email-pbonzini@redhat.com> <20140416225258.GA19597@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Marcelo Tosatti Return-path: In-Reply-To: <20140416225258.GA19597@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 16/04/2014 18:52, Marcelo Tosatti ha scritto: > How about handling VM-entry error due to invalid state with > > vmx->emulation_required = true; > continue to main vcpu loop; What would reset it to false though? None of the places that call emulation_required() is a hot path right now, and this patch doesn't add any. Paolo