From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code Date: Tue, 17 May 2011 15:10:38 -0300 Message-ID: <20110517181038.GB9728@amt.cnet> References: <20110511103443.GA2837@brick.ozlabs.ibm.com> <20110511104331.GI2837@brick.ozlabs.ibm.com> <20110517180511.GA9728@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, kvm@vger.kernel.org, Alexander Graf To: Paul Mackerras Return-path: Received: from mx1.redhat.com ([209.132.183.28]:8622 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755908Ab1EQSKs (ORCPT ); Tue, 17 May 2011 14:10:48 -0400 Content-Disposition: inline In-Reply-To: <20110517180511.GA9728@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 17, 2011 at 03:05:12PM -0300, Marcelo Tosatti wrote: > > > > - ret = __kvmppc_vcpu_entry(kvm_run, vcpu); > > + kvm_guest_enter(); > > > kvm_guest_enter should run with interrupts disabled. Its fine, please ignore message.