From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBAtY-0005nO-2k for qemu-devel@nongnu.org; Fri, 12 Dec 2008 11:29:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBAtV-0005jx-VS for qemu-devel@nongnu.org; Fri, 12 Dec 2008 11:29:39 -0500 Received: from [199.232.76.173] (port=43262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBAtV-0005je-O6 for qemu-devel@nongnu.org; Fri, 12 Dec 2008 11:29:37 -0500 Received: from mail-bw0-f12.google.com ([209.85.218.12]:50118) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LBAtV-0003I6-EK for qemu-devel@nongnu.org; Fri, 12 Dec 2008 11:29:37 -0500 Received: by bwz5 with SMTP id 5so2179105bwz.10 for ; Fri, 12 Dec 2008 08:29:36 -0800 (PST) Message-ID: Date: Fri, 12 Dec 2008 18:25:44 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH 00/31] Logging code cleanup, take 2 In-Reply-To: <1229094550-2022-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1229094550-2022-1-git-send-email-ehabkost@redhat.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Eduardo Habkost On 12/12/08, Eduardo Habkost wrote: > This is a new take of the patches for cleaning up qemu logging/debugging > code. The series grow a little, as I've macrofied more #ifdefs on other > files. I've also changed the macros to use 'foo(bar, ## __VA_ARGS__)' > instead of 'foo(bar, __VA_ARGS__)', as suggested by Anthony. Do you plan to convert Sparc too?