Ciro Santilli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/22828 )

Change subject: dev-virtio: don't set the 9p default root
......................................................................

dev-virtio: don't set the 9p default root

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
---
M src/dev/virtio/VirtIO9P.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/dev/virtio/VirtIO9P.py b/src/dev/virtio/VirtIO9P.py
index 55008ae..7c5e132 100644
--- a/src/dev/virtio/VirtIO9P.py
+++ b/src/dev/virtio/VirtIO9P.py
@@ -60,7 +60,7 @@
     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):

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/22828
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I612520a44efd205a029a40cd13402584d16e1d88
Gerrit-Change-Number: 22828
Gerrit-PatchSet: 1
Gerrit-Owner: Ciro Santilli <ciro.santi...@arm.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to