]> git.proxmox.com Git - qemu.git/commitdiff
debug
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Jun 2004 20:51:58 +0000 (20:51 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Jun 2004 20:51:58 +0000 (20:51 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@910 c046a42c-6fe2-441c-8c8c-71466251a162

hw/dma.c

index bac6d95dfb860cf4b58fa1e6619b161c1a1e3d37..0ebb7533d8de7bf5ec7566e29c184f5a641d527a 100644 (file)
--- a/hw/dma.c
+++ b/hw/dma.c
@@ -23,6 +23,8 @@
  */
 #include "vl.h"
 
+//#define DEBUG_DMA
+
 #define log(...) fprintf (stderr, "dma: " __VA_ARGS__)
 #ifdef DEBUG_DMA
 #define lwarn(...) fprintf (stderr, "dma: " __VA_ARGS__)