From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu3OC-0004JU-72 for qemu-devel@nongnu.org; Fri, 20 Dec 2013 11:57:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu3O3-0006WH-IX for qemu-devel@nongnu.org; Fri, 20 Dec 2013 11:57:28 -0500 Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]:48285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu3O3-0006WD-DJ for qemu-devel@nongnu.org; Fri, 20 Dec 2013 11:57:19 -0500 Received: by mail-qc0-f180.google.com with SMTP id w7so2445949qcr.11 for ; Fri, 20 Dec 2013 08:57:19 -0800 (PST) Sender: Richard Henderson Message-ID: <52B476EA.3060001@twiddle.net> Date: Fri, 20 Dec 2013 08:57:14 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1387293144-11554-1-git-send-email-peter.maydell@linaro.org> <1387293144-11554-3-git-send-email-peter.maydell@linaro.org> <52B33112.7090700@twiddle.net> <52B46FA4.8070705@twiddle.net> <52B47407.9090603@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/21] target-arm: A64: add support for ld/st unsigned imm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Laurent Desnogues , Patch Tracking , Michael Matz , QEMU Developers , Claudio Fontana , Dirk Mueller , Will Newton , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 12/20/2013 08:52 AM, Peter Maydell wrote: > Were you planning to review patches 12 ("Remove > ARMCPU/CPUARMState from cpregs APIs used by decoder") > and 19 ("Widen exclusive-access support struct fields > to 64 bits") ? I think those are the only two patches in > this set which I don't either have review comments to fix > or a reviewed-by from you now. I skipped over those because they're pure target-arm internals, and not really translator related. But I could have a look later today if you like. r~