From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqPip-0007lx-CE for qemu-devel@nongnu.org; Tue, 10 Dec 2013 10:59:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqPif-0007pl-Cz for qemu-devel@nongnu.org; Tue, 10 Dec 2013 10:59:43 -0500 Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:35597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqPif-0007pg-8J for qemu-devel@nongnu.org; Tue, 10 Dec 2013 10:59:33 -0500 Received: by mail-yh0-f43.google.com with SMTP id a41so3922831yho.2 for ; Tue, 10 Dec 2013 07:59:32 -0800 (PST) Sender: Richard Henderson Message-ID: <52A73A5F.4050101@twiddle.net> Date: Tue, 10 Dec 2013 07:59:27 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1386612744-1013-1-git-send-email-peter.maydell@linaro.org> <1386612744-1013-5-git-send-email-peter.maydell@linaro.org> <52A6318B.4070609@twiddle.net> <87siu06bbp.fsf@linaro.org> In-Reply-To: <87siu06bbp.fsf@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 4/9] target-arm: A64: add support for ld/st with reg offset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: Peter Maydell , patches@linaro.org, Michael Matz , qemu-devel@nongnu.org, Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/10/2013 06:16 AM, Alex Bennée wrote: > However my preference unless there is a strong objection would be to > clean that up in later patches. For one thing the more instructions each > patch handles the longer it takes to run the instruction validation on > the rather slow models to have good coverage of the decoder! That'd be ok by me. r~