From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Xiantao" Subject: RE: x86: use smp_send_reschedule in kvm_vcpu_kick Date: Tue, 3 Mar 2009 15:53:50 +0800 Message-ID: <706158FABBBA044BAD4FE898A02E4BC22435AFBA@pdsmsx503.ccr.corp.intel.com> References: <20090303001405.GA5889@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: Gleb Natapov , Ingo Molnar , Peter Zijlstra To: Marcelo Tosatti , "kvm@vger.kernel.org" Return-path: Received: from mga01.intel.com ([192.55.52.88]:28430 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751972AbZCCHzL convert rfc822-to-8bit (ORCPT ); Tue, 3 Mar 2009 02:55:11 -0500 In-Reply-To: <20090303001405.GA5889@amt.cnet> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: 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. Xiantao