From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNV8l-0004t4-8i for qemu-devel@nongnu.org; Fri, 29 Aug 2014 18:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNV8c-0006x3-4l for qemu-devel@nongnu.org; Fri, 29 Aug 2014 18:59:31 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:50984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNV8b-0006vk-Qw for qemu-devel@nongnu.org; Fri, 29 Aug 2014 18:59:22 -0400 Received: by mail-pa0-f42.google.com with SMTP id lf10so7453818pab.1 for ; Fri, 29 Aug 2014 15:59:19 -0700 (PDT) Sender: Richard Henderson Message-ID: <540105C3.4060300@twiddle.net> Date: Fri, 29 Aug 2014 15:59:15 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1409258680-15555-1-git-send-email-jaume.martif@gmail.com> <1409258680-15555-5-git-send-email-jaume.martif@gmail.com> In-Reply-To: <1409258680-15555-5-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 4/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 , Vadim Rozenfeld , Marcelo Tosatti , =?ISO-8859-1?Q?Andreas_F=E4rber?= , "Michael S. Tsirkin" On 08/28/2014 01:44 PM, Jaume Marti Farriol wrote: > Hello, > > This patch contains a required modification due to the change of the size from 16 bits to 32 bits of the fpop variable in the CPUX86State struct. Likewise not splittable from patch 1. r~