From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wk6yl-00088j-3n for qemu-devel@nongnu.org; Tue, 13 May 2014 03:18:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wk6yf-0005fP-2c for qemu-devel@nongnu.org; Tue, 13 May 2014 03:18:23 -0400 Message-ID: <5371C736.3050801@suse.de> Date: Tue, 13 May 2014 09:18:14 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1399964572-5376-1-git-send-email-marc.mari.barcelo@gmail.com> <1399964572-5376-7-git-send-email-marc.mari.barcelo@gmail.com> In-Reply-To: <1399964572-5376-7-git-send-email-marc.mari.barcelo@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 06/16] spapr: Convert conditional compilation of debug printfs to regular ifs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYyBNYXLDrQ==?= , qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Peter Crosthwaite , sPAPR , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 13.05.14 09:02, Marc Mar=C3=AD wrote: > Modify debug macros to have the same format through the codebase and us= e regular > ifs instead of ifdef. > > As the debug printf is always put in code, some casting had to be added= to avoid > warnings treated as errors at compile time. > > Signed-off-by: Marc Mar=C3=AD I think this patch set should go in as a whole via a single tree. Acked-by: Alexander Graf Alex