diff options
author | Ciro Santilli <ciro.santilli@arm.com> | 2019-10-24 17:26:59 +0100 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@arm.com> | 2019-12-13 16:51:06 +0000 |
commit | e53051c88962b84f5a07e679e1c3be1e953d2741 (patch) | |
tree | e08b1e22cd174d27326ce3e6125ddf56c8b26e6b /src | |
parent | 3648446f30c96d7c7f29c2deaf1fd8f027a79646 (diff) | |
download | gem5-e53051c88962b84f5a07e679e1c3be1e953d2741.tar.xz |
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 <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Diffstat (limited to 'src')
-rw-r--r-- | src/dev/virtio/fs9p.cc | 1 |
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 |