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: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 4/6] ioport: remove some #ifdef DEBUG_UNUSED_IOPORT.
Date: Fri, 10 Jul 2009 00:06:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2


+#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__)

:-)

Paolo




reply via email to

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