From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features Date: Thu, 10 Mar 2016 13:30:51 +0100 Message-ID: <56E168FB.3080509@redhat.com> References: <1457437481-65784-1-git-send-email-pbonzini@redhat.com> <56E1686F.1060200@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Xiao Guangrong , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Ingo Molnar Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50505 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbcCJMay (ORCPT ); Thu, 10 Mar 2016 07:30:54 -0500 In-Reply-To: <56E1686F.1060200@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On 10/03/2016 13:28, Xiao Guangrong 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 Thanks very much! > 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? Yeah, that could be possible. You can propose it to Ingo Molnar (CCed). If you change it in the general purpose kernel code, KVM will of course follow suit. Paolo