new-virtio-pcie-blk-comp new-virtio-pcie-net-comp
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

new-virtio-pcie-fs-comp

Synopsis

new-virtio-pcie-fs-comp ["name"] ["daemon_log_file"] "share" ["tag_name"]

Description

This command creates an instantiated component of the class virtio_pcie_fs_comp.

The class description for the virtio_pcie_fs_comp class: PCIe Virtio File System Device. This component should be used with the configuration attribute share set to either a directory or a Unix domain socket file. If the former case, the virtioFS daemon will be started automatically by Simics. In the latter case, the user has to start the daemon manually. This can be beneficial in cases where one would want to run the daemon under fakeroot or root.

name is Optional
If not specified, the component will get a class-specific default name.

daemon_log_file is Optional
If set, the FUSE daemon will enable DEBUG logs and log to the provided path, default is unset

share is Required
Either a directory to share with the target, or a unix domain socket file.

tag_name is Optional
The tag name to be used when mounting the device on the guest, default is simics

Provided By

virtio-comp
new-virtio-pcie-blk-comp new-virtio-pcie-net-comp