It is better to force users to explicitly set this argument, since
it is unlikely that we will find one safe option for all users.
Change-Id: I612520a44efd205a029a40cd13402584d16e1d88
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22828
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
cxx_header = 'dev/virtio/fs9p.hh'
diod = Param.String("diod", "Path to diod, optionally in PATH")
- root = Param.String("/tmp", "Path to export through diod")
+ root = Param.String("Path to export through diod")
socketPath = Param.String("Unused socket to diod")
class VirtIO9PSocket(VirtIO9PProxy):