From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoGIK-0006x9-D1 for qemu-devel@nongnu.org; Wed, 04 Dec 2013 12:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoGIC-0002Ip-01 for qemu-devel@nongnu.org; Wed, 04 Dec 2013 12:31:28 -0500 Received: from mail-yh0-x22d.google.com ([2607:f8b0:4002:c01::22d]:49857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoGIB-0002Ii-SY for qemu-devel@nongnu.org; Wed, 04 Dec 2013 12:31:19 -0500 Received: by mail-yh0-f45.google.com with SMTP id v1so10601911yhn.18 for ; Wed, 04 Dec 2013 09:31:19 -0800 (PST) Sender: Richard Henderson Message-ID: <529F66DE.6080106@twiddle.net> Date: Thu, 05 Dec 2013 06:31:10 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386107477-24165-1-git-send-email-peter.maydell@linaro.org> <1386107477-24165-13-git-send-email-peter.maydell@linaro.org> <529E7310.6070303@twiddle.net> <529E7BC8.6070100@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/12] target-arm: A64: add support for compare and branch imm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Patch Tracking , Michael Matz , QEMU Developers , Alexander Graf , C Fontana , Dirk Mueller , Laurent Desnogues , "kvmarm@lists.cs.columbia.edu" On 12/05/2013 06:02 AM, Peter Maydell wrote: > I think that kind of thing tips the balance in favour of having > read_cpu_reg() always return a trashable temporary. Fair enough. r~