From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGuVh-0004Nh-Kx for qemu-devel@nongnu.org; Fri, 21 Feb 2014 13:07:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGuVb-0005xN-N3 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 13:07:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGuVb-0005wP-FV for qemu-devel@nongnu.org; Fri, 21 Feb 2014 13:07:35 -0500 Message-ID: <530795E0.7080602@redhat.com> Date: Fri, 21 Feb 2014 19:07:28 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 3/3] KVM: x86: Enable Intel MPX for guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liu, Jinsong" Cc: "qemu-devel@nongnu.org" , "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" , "gleb@redhat.com" , "hpa@zytor.com" Il 21/02/2014 18:57, Liu, Jinsong ha scritto: > - F(BMI2) | F(ERMS) | f_invpcid | F(RTM) | F(RDSEED) | > + F(BMI2) | F(ERMS) | f_invpcid | F(RTM) | F(MPX) | F(RDSEED) | > F(ADX); MPX also needs to be conditional on mpx_supported here, like it is done with f_rdtscp for example. Paolo