From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNV8G-000462-MM for qemu-devel@nongnu.org; Fri, 29 Aug 2014 18:59:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNV87-0006lJ-Iw for qemu-devel@nongnu.org; Fri, 29 Aug 2014 18:59:00 -0400 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:38383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNV87-0006l1-AB for qemu-devel@nongnu.org; Fri, 29 Aug 2014 18:58:51 -0400 Received: by mail-pd0-f169.google.com with SMTP id g10so1386089pdj.28 for ; Fri, 29 Aug 2014 15:58:50 -0700 (PDT) Sender: Richard Henderson Message-ID: <540105A6.1010108@twiddle.net> Date: Fri, 29 Aug 2014 15:58:46 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1409258680-15555-1-git-send-email-jaume.martif@gmail.com> <1409258680-15555-4-git-send-email-jaume.martif@gmail.com> In-Reply-To: <1409258680-15555-4-git-send-email-jaume.martif@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/8] target-i386: x87 exception pointers using TCG. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jaume Marti Farriol , qemu-devel@nongnu.org Cc: Paolo Bonzini , =?ISO-8859-1?Q?Alex_Benn=E9e?= , Anthony Liguori On 08/28/2014 01:44 PM, Jaume Marti Farriol wrote: > This patch includes changes in the helper parameters, for the instructions involved in saving to memory and restoring the x87 exception pointers. > The changes are to include a new parameter to indicate if the processor is running in protected more. You can't split this from the previous patch. All patches have to compile and function in sequence. Anything else breaks git bisect. r~