qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 4/6] ioport: remove some #ifdef DEBUG_UNUSED_IOP


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH 4/6] ioport: remove some #ifdef DEBUG_UNUSED_IOPORT.
Date: Thu, 09 Jul 2009 17:07:48 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Paolo Bonzini wrote:

+#ifdef DEBUG_UNUSED_IOPORT
+# define LOG_UNUSED_IOPORT(...) fprintf(stderr, __VA_ARGS__)
+#else

#define LOG_UNUSED_IOPORT(fmt, ...) fprintf(stderr, ## __VA_ARGS__)

Actually

#define LOG_UNUSED_IOPORT(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__)

:-)

Indeed :-)

Regards,

Anthony Liguori

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]