From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH] KVM: PPC: set IN_GUEST_MODE before checking requests Date: Tue, 25 Sep 2012 10:25:33 -0500 Message-ID: <1348586733.5565.3@snotra> References: <1345683830-10768-1-git-send-email-scottwood@freescale.com> <8BAF7F40-E26E-437A-8FF9-02818E841EA6@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Transfer-Encoding: 8BIT Cc: , To: Alexander Graf Return-path: In-Reply-To: <8BAF7F40-E26E-437A-8FF9-02818E841EA6@suse.de> (from agraf@suse.de on Tue Sep 25 02:44:52 2012) Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 09/25/2012 02:44:52 AM, Alexander Graf wrote: > > On 23.08.2012, at 03:03, Scott Wood wrote: > > > Avoid a race as described in the code comment. > > > > Also remove a related smp_wmb() from booke's > kvmppc_prepare_to_enter(). > > I can't see any reason for it, and the book3s_pr version doesn't > have it. > > > > Signed-off-by: Scott Wood > > Does this patch address your comments on the previous pull request? It addresses the comments on the vcpu->mode race... I don't remember if I had any other comments. :-) -Scott