From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2] KVM: VMX: disable apicv by default Date: Mon, 11 Feb 2013 10:51:51 +0200 Message-ID: <20130211085151.GA18814@redhat.com> References: <1360508238-30314-1-git-send-email-yang.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Yang Zhang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30428 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219Ab3BKIvx (ORCPT ); Mon, 11 Feb 2013 03:51:53 -0500 Content-Disposition: inline In-Reply-To: <1360508238-30314-1-git-send-email-yang.z.zhang@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Feb 10, 2013 at 10:57:18PM +0800, Yang Zhang wrote: > From: Yang Zhang > > Without Posted Interrupt, current code is broken. Just disable by > default until Posted Interrupt is ready. > Thanks, applied. > Signed-off-by: Yang Zhang > --- > arch/x86/kvm/vmx.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index fe9a9cf..fa637c8 100644 > --- a/arch/x86/kvm/vmx.c > +++ b/arch/x86/kvm/vmx.c > @@ -84,8 +84,7 @@ module_param(vmm_exclusive, bool, S_IRUGO); > static bool __read_mostly fasteoi = 1; > module_param(fasteoi, bool, S_IRUGO); > > -static bool __read_mostly enable_apicv_reg_vid = 1; > -module_param(enable_apicv_reg_vid, bool, S_IRUGO); > +static bool __read_mostly enable_apicv_reg_vid; > > /* > * If nested=1, nested virtualization is supported, i.e., guests may use > -- > 1.7.1 -- Gleb.