Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753217AbcCJM3L (ORCPT ); Thu, 10 Mar 2016 07:29:11 -0500 Received: from mga11.intel.com ([192.55.52.93]:26531 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbcCJM26 (ORCPT ); Thu, 10 Mar 2016 07:28:58 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,315,1455004800"; d="scan'208";a="930902391" Subject: Re: [PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <1457437481-65784-1-git-send-email-pbonzini@redhat.com> From: Xiao Guangrong Message-ID: <56E1686F.1060200@linux.intel.com> Date: Thu, 10 Mar 2016 20:28:31 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1457437481-65784-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 399 Lines: 13 On 03/08/2016 07:44 PM, Paolo Bonzini wrote: > Patch 1 ensures that all aspects of MPX are disabled when eager FPU > is disabled on the host. Patch 2 is just a cleanup. It looks good to me. Reviewed-by: Xiao Guangrong Now, more and more features depend on eger xsave, e.g, fpu, mpx and protection-key, maybe it is the time to rename eager-fpu to eager-xsave?