From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3x2T-0000P9-1v for qemu-devel@nongnu.org; Mon, 29 Jul 2013 19:39:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3x2L-0002DI-TL for qemu-devel@nongnu.org; Mon, 29 Jul 2013 19:39:40 -0400 Date: Tue, 30 Jul 2013 08:39:30 +0900 Message-ID: From: MORITA Kazutaka In-Reply-To: <20130729124416.GC10467@dhcp-200-207.str.redhat.com> References: <1375100199-13934-1-git-send-email-peter.maydell@linaro.org> <1375100199-13934-2-git-send-email-peter.maydell@linaro.org> <20130729124416.GC10467@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Qemu-devel] [PATCH 1/4] block/sheepdog: Rename 'dprintf' to 'DPRINTF' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Peter Maydell , Anthony Liguori , patches@linaro.org, qemu-devel@nongnu.org, Alexander Graf , Andreas =?ISO-8859-1?Q?F=E4rber?= , qemu-ppc@nongnu.org, Stefan Hajnoczi , Paolo Bonzini , morita.kazutaka@lab.ntt.co.jp, Richard Henderson At Mon, 29 Jul 2013 14:44:16 +0200, Kevin Wolf wrote: > > Am 29.07.2013 um 14:16 hat Peter Maydell geschrieben: > > 'dprintf' is the name of a POSIX standard function so we should not be > > stealing it for our debug macro. Rename to 'DPRINTF' (in line with > > a number of other source files.) > > > > Signed-off-by: Peter Maydell > > Acked-by: Kevin Wolf > > (CCed Kazutaka in case he has any objections, unexpectedly) No problem. Reviewed-by: MORITA Kazutaka Thanks, Kazutaka