From: Ciro Santilli Date: Thu, 24 Oct 2019 16:26:59 +0000 (+0100) Subject: dev-virtio: VIO9P turns on diod verbose output with -d 1 X-Git-Tag: v19.0.0.0~188 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e53051c88962b84f5a07e679e1c3be1e953d2741;p=gem5.git 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 --- 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