summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/VirtIO/VirtioCore.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:47:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:47:11 +0000
commitad75ac69416bbdb92964625dc7018b9d0a44debc (patch)
treeba7ba3da15c2719a518dbcbc854edfe281ae9020 /src/VBox/Devices/VirtIO/VirtioCore.h
parentReleasing progress-linux version 7.0.16-dfsg-8~progress7.99u1. (diff)
downloadvirtualbox-ad75ac69416bbdb92964625dc7018b9d0a44debc.tar.xz
virtualbox-ad75ac69416bbdb92964625dc7018b9d0a44debc.zip
Merging upstream version 7.0.18-dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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