projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ccbab
)
debug
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Jun 2004 20:51:58 +0000
(20:51 +0000)
committer
bellard
<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
patch
|
blob
|
history
diff --git
a/hw/dma.c
b/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__)