From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nd3y3-0002FJ-2F for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:50:07 -0500 Received: from [199.232.76.173] (port=38551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd3y1-0002Dg-Hs for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:50:05 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nd3y0-00056l-91 for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:50:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9222) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nd3xz-00056d-Sc for qemu-devel@nongnu.org; Thu, 04 Feb 2010 10:50:04 -0500 From: Paolo Bonzini Date: Thu, 4 Feb 2010 16:49:55 +0100 Message-Id: <1265298599-4186-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <201002042313.45353.sheng@linux.intel.com> References: <201002042313.45353.sheng@linux.intel.com> Subject: [Qemu-devel] [PATCH 0/4] Fix printf calls embedding preprocessor directives List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, quintela@redhat.com, sheng@linux.intel.com Patch 1 is the same I sent earlier. Patches 2 and 3/4 fix the other two problems by Sheng (tip: next time use "make -k" and report all problems in a single message). Paolo Bonzini (4): qemu-img: avoid preprocessor directives in a printf call cope with printf macro definition in readline.c do not interpolate % from vl.c to qemu-options.h vl.c: avoid preprocessor directives in a printf call qemu-img.c | 9 +++++---- qemu-options.hx | 15 ++++++++------- readline.c | 1 + vl.c | 23 +++++++++-------------- 4 files changed, 23 insertions(+), 25 deletions(-)