From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features Date: Thu, 10 Mar 2016 20:28:31 +0800 Message-ID: <56E1686F.1060200@linux.intel.com> References: <1457437481-65784-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: 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 In-Reply-To: <1457437481-65784-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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?