From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AaV-00034a-Ll for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0AaO-0007Wv-MI for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:23:43 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:54244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AaO-0007Wn-GD for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:23:36 -0400 Received: by mail-lb0-f179.google.com with SMTP id z11so3023166lbi.10 for ; Thu, 26 Jun 2014 07:23:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403355502-12288-3-git-send-email-pbonzini@redhat.com> References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> <1403355502-12288-3-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 26 Jun 2014 15:23:15 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 02/11] linux-user: arm: pass env to get_user_code_* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 21 June 2014 13:58, Paolo Bonzini wrote: > This matches the idiom used by get_user_data_* later in the series, > and will help when bswap_code will be replaced by SCTLR.B. > > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell -- PMM