From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH v3 0/2] Intel MPX feature support at Qemu Date: Fri, 06 Dec 2013 09:21:02 -0800 Message-ID: <52A2077E.3020709@zytor.com> References: <52A1E8BF.30807@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: "Liu, Jinsong" , Eric Blake , Paolo Bonzini , Gleb Natapov , "qemu-devel@nongnu.org" , kvm Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 12/06/2013 08:27 AM, Liu, Jinsong wrote: > Eric Blake wrote: >> On 12/06/2013 07:06 AM, Liu, Jinsong wrote: >>> Intel has released Memory Protection Extensions (MPX) recently. >>> Please refer to >>> http://download-software.intel.com/sites/default/files/319433-015.pdf >>> >>> These 2 patches are version2 to support Intel MPX at qemu side. >> >> You still aren't threading correctly, which makes it hard to track >> your series. Please review >> http://wiki.qemu.org/Contribute/SubmitAPatch and make sure your 'git >> send-email' settings allow for proper threading; a good way to test >> that is to first send the patch series to yourself to ensure your >> environment is set up correctly. > > Thanks Blake! will take care and learn using git send-email when I send patches later (i.e. kvm mpx patches). > Not to mention that Linux kernel patches should be Cc:'d to . -hpa From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Voz5W-0008D6-1c for qemu-devel@nongnu.org; Fri, 06 Dec 2013 12:21:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Voz5U-0000yS-CI for qemu-devel@nongnu.org; Fri, 06 Dec 2013 12:21:13 -0500 Received: from terminus.zytor.com ([2001:1868:205::10]:47027 helo=mail.zytor.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Voz5U-0000y9-38 for qemu-devel@nongnu.org; Fri, 06 Dec 2013 12:21:12 -0500 Message-ID: <52A2077E.3020709@zytor.com> Date: Fri, 06 Dec 2013 09:21:02 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 References: <52A1E8BF.30807@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/2] Intel MPX feature support at Qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liu, Jinsong" , Eric Blake , Paolo Bonzini , Gleb Natapov , "qemu-devel@nongnu.org" , kvm On 12/06/2013 08:27 AM, Liu, Jinsong wrote: > Eric Blake wrote: >> On 12/06/2013 07:06 AM, Liu, Jinsong wrote: >>> Intel has released Memory Protection Extensions (MPX) recently. >>> Please refer to >>> http://download-software.intel.com/sites/default/files/319433-015.pdf >>> >>> These 2 patches are version2 to support Intel MPX at qemu side. >> >> You still aren't threading correctly, which makes it hard to track >> your series. Please review >> http://wiki.qemu.org/Contribute/SubmitAPatch and make sure your 'git >> send-email' settings allow for proper threading; a good way to test >> that is to first send the patch series to yourself to ensure your >> environment is set up correctly. > > Thanks Blake! will take care and learn using git send-email when I send patches later (i.e. kvm mpx patches). > Not to mention that Linux kernel patches should be Cc:'d to . -hpa