From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRTa8-0000rl-FD for qemu-devel@nongnu.org; Thu, 04 Feb 2016 18:45:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRTa5-0004Wm-92 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 18:45:00 -0500 Received: from mail-qg0-x243.google.com ([2607:f8b0:400d:c04::243]:33599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRTa5-0004Wi-4M for qemu-devel@nongnu.org; Thu, 04 Feb 2016 18:44:57 -0500 Received: by mail-qg0-x243.google.com with SMTP id o11so3446564qge.0 for ; Thu, 04 Feb 2016 15:44:57 -0800 (PST) Sender: Richard Henderson References: <1450379966-28198-1-git-send-email-rth@twiddle.net> From: Richard Henderson Message-ID: <56B3E272.8050607@twiddle.net> Date: Fri, 5 Feb 2016 10:44:50 +1100 MIME-Version: 1.0 In-Reply-To: <1450379966-28198-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/10] target-i386 addressing cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, aurelien@aurel32.net, peter.maydell@linaro.org On 12/18/2015 06:19 AM, Richard Henderson wrote: > This is a rebase of the patch set I posted in July. There are no > substantive changes since then. > > The only comment at the time was re 05/10, where Paolo suggests > optimizing access to CS overrides with the constant that we know > via the TB operands. I chose to defer that, leaving things as > they are with a simple load from ENV. Ping. > target-i386: Deconstruct the cpu_T array This final patch needs updating to master, but is 100% mechanical. r~