From e53051c88962b84f5a07e679e1c3be1e953d2741 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 24 Oct 2019 17:26:59 +0100 Subject: [PATCH] dev-virtio: VIO9P turns on diod verbose output with -d 1 Change-Id: I97e5762f4aca384068b87e22902e071fa3014ceb Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22829 Tested-by: kokoro Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce --- src/dev/virtio/fs9p.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2