summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dev/virtio/fs9p.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/virtio/fs9p.cc b/src/dev/virtio/fs9p.cc
index 87333b6dc..d763f2c2f 100644
--- a/src/dev/virtio/fs9p.cc
+++ b/src/dev/virtio/fs9p.cc
@@ -394,6 +394,7 @@ VirtIO9PDiod::startDiod()
// Start diod
execlp(diod, diod,
+ "-d", DTRACE(VIO9P) ? "1" : "0", // show debug output
"-f", // start in foreground
"-r", "3", // setup read FD
"-w", "4", // setup write FD