qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Suppress debug log of sb16


From: Kazu
Subject: [Qemu-devel] Suppress debug log of sb16
Date: Wed, 14 Sep 2005 12:39:01 +0900

Hi,

Attached patch suppress debug log of sb16.

Regards,
Kazu

--- qemu-0.7.1.orig/hw/sb16.c Mon Jul 25 03:52:08 2005
+++ qemu/hw/sb16.c Mon Aug 15 16:24:18 2005
@@ -25,10 +25,14 @@

#define LENOFA(a) ((int) (sizeof(a)/sizeof(a[0])))

-#define dolog(...) AUD_log ("sb16", __VA_ARGS__)
-
/* #define DEBUG */
/* #define DEBUG_SB16_MOST */
+
+#ifdef DEBUG
+#define dolog(...) AUD_log ("sb16", __VA_ARGS__)
+#else
+#define dolog(...)
+#endif

#ifdef DEBUG
#define ldebug(...) dolog (__VA_ARGS__)

Attachment: qemu-0.7.2-sb16.patch
Description: Binary data


reply via email to

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