From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8nql-0004Bv-Kc for qemu-devel@nongnu.org; Tue, 15 Dec 2015 06:33:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8nqh-00043d-Sr for qemu-devel@nongnu.org; Tue, 15 Dec 2015 06:32:59 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:35587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8nqh-00042c-My for qemu-devel@nongnu.org; Tue, 15 Dec 2015 06:32:55 -0500 Received: by mail-wm0-x236.google.com with SMTP id p66so86287099wmp.0 for ; Tue, 15 Dec 2015 03:32:55 -0800 (PST) Sender: Paolo Bonzini References: <1449232131-17317-1-git-send-email-pbonzini@redhat.com> <566188D8.6010002@redhat.com> <22021448.34105148.1449247157194.JavaMail.zimbra@redhat.com> From: Paolo Bonzini Message-ID: <566FFA64.3010306@redhat.com> Date: Tue, 15 Dec 2015 12:32:52 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] arm: soc-dma: use hwaddr instead of target_ulong in printf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 15/12/2015 12:28, Peter Maydell wrote: > Now in target-arm.next. I also did s/__FUNCTION__/__func__/ > since checkpatch complains about it and we're touching these lines > of code anyway. Thanks! Paolo