From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44877 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ov8Wd-0007se-MP for qemu-devel@nongnu.org; Mon, 13 Sep 2010 08:52:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ov8Wc-0005rf-Dn for qemu-devel@nongnu.org; Mon, 13 Sep 2010 08:52:47 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:48824) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ov8Wc-0005rT-6A for qemu-devel@nongnu.org; Mon, 13 Sep 2010 08:52:46 -0400 Received: by fxm7 with SMTP id 7so3367400fxm.4 for ; Mon, 13 Sep 2010 05:52:45 -0700 (PDT) Date: Mon, 13 Sep 2010 14:37:50 +0200 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] [PATCH] Introduce DPRINTF() macro and convert serial printf() calls to DPRINTF()'s Message-ID: <20100913123750.GB28319@edde.se.axis.com> References: <4C8E0883.3060405@redhat.com> <20100913120759.GA28319@edde.se.axis.com> <4C8E1B06.4070500@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C8E1B06.4070500@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Novotny Cc: "qemu-devel@nongnu.org" On Mon, Sep 13, 2010 at 02:37:26PM +0200, Michal Novotny wrote: > On 09/13/2010 02:07 PM, Edgar E. Iglesias wrote: > > On Mon, Sep 13, 2010 at 01:18:27PM +0200, Michal Novotny wrote: > > > >> Hi, > >> this is the patch to introduce DPRINTF() macro as used in the rest of the > >> qemu source files for printing debug messages when the debugging macro is > >> set (i.e. the debugging is enabled) - e.g. as used in LSI SCSI controller > >> implementation. > >> > > Hi, > > > > This patch seems to be corrupt, can you please resubmit with git send-email? > > > > Thanks, > > Edgar > > > > > > > > Well, I'd love to but I'm having git 1.7.0.1 and it's saying that > send-email it doesn't know send-email [1] so I did append it myself. > Nevertheless when I did copy & paste of this e-mails body to one file > and applied using `cat patchfile | patch -p1` in the current git tree > (pulled from upstream repository before issuing the command) it applied > fine so I don't know what's wrong. The patch file applicable to latest > qemu codebase is attached. Thanks, the attached one works. Applied. Cheers