----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2384/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10377:b722472bd7ea --------------------------- dev: Add support for 9p proxying over VirtIO This patch adds support for 9p filesystem proxying over VirtIO. It can currently operate by connecting to a 9p server over a socket (VirtIO9PSocket) or by starting the diod 9p server and connecting over pipe (VirtIO9PDiod). *WARNING*: Checkpoints are currently not supported for systems with 9p proxies! Diffs ----- src/dev/virtio/SConscript PRE-CREATION src/dev/virtio/VirtIO9P.py PRE-CREATION src/dev/virtio/fs9p.hh PRE-CREATION src/dev/virtio/fs9p.cc PRE-CREATION Diff: http://reviews.gem5.org/r/2384/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
