summaryrefslogtreecommitdiff
path: root/block/qcow2.h
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2009-06-23 19:17:30 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-06-29 08:52:40 -0500
commit14899cdf3a6e1fc0d72097a43c1c53a1354fbfbf (patch)
treed683ae55441c38442f3dbf0c1c40403ebff10b43 /block/qcow2.h
parentbf011293faaa7f87e4de83185931e7411b794128 (diff)
downloadqemu-14899cdf3a6e1fc0d72097a43c1c53a1354fbfbf.tar.gz
Fix QCOW2 debugging code to compile again
Updated to use C99 comments. Signed-off-by: Filip Navara <filip.navara@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block/qcow2.h')
-rw-r--r--block/qcow2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/block/qcow2.h b/block/qcow2.h
index d734003068..c99b374bd0 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -27,6 +27,10 @@
#include "aes.h"
+//#define DEBUG_ALLOC
+//#define DEBUG_ALLOC2
+//#define DEBUG_EXT
+
#define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
#define QCOW_VERSION 2