summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/VirtIO/VirtioCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/VirtIO/VirtioCore.h')
-rw-r--r--src/VBox/Devices/VirtIO/VirtioCore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VBox/Devices/VirtIO/VirtioCore.h b/src/VBox/Devices/VirtIO/VirtioCore.h
index 00bcb43c..776ac969 100644
--- a/src/VBox/Devices/VirtIO/VirtioCore.h
+++ b/src/VBox/Devices/VirtIO/VirtioCore.h
@@ -32,6 +32,9 @@
# pragma once
#endif
+/* Some temporary printouts to release log in descriptor chain handling */
+//#define VIRTIO_REL_INFO_DUMP 1
+
/* Do not allocate VIRTQBUF from the heap when possible */
#define VIRTIO_VBUF_ON_STACK 1