From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: x86: use smp_send_reschedule in kvm_vcpu_kick Date: Tue, 3 Mar 2009 10:25:20 -0300 Message-ID: <20090303132520.GD15492@amt.cnet> References: <20090303001405.GA5889@amt.cnet> <706158FABBBA044BAD4FE898A02E4BC22435AFBA@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" , Gleb Natapov , Ingo Molnar , Peter Zijlstra To: "Zhang, Xiantao" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:59726 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752912AbZCCN0a (ORCPT ); Tue, 3 Mar 2009 08:26:30 -0500 Content-Disposition: inline In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC22435AFBA@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 03, 2009 at 03:53:50PM +0800, Zhang, Xiantao wrote: > Marcelo Tosatti wrote: > > @@ -72,7 +73,6 @@ struct kvm_vcpu { > > struct mutex mutex; > > int cpu; > > struct kvm_run *run; > > - int guest_mode; > > unsigned long requests; > > unsigned long guest_debug; > > int fpu_active; > > The deletion will break other archs which depend on the filed. Indeed. Will keep it, thanks.