<source> as child element of <filesystem>

Specifies the host directory to be shared with the KVM guest.

Text content

None.

Selected attributes

dir
Path, on the host, to the directory to be shared with the KVM guest.

Usage

Configuring a shared file system

Parent element

<filesystem>

Child elements

None.

Example


<devices>
   ...
   <filesystem type="mount" accessmode="passthrough">
      <driver type="virtiofs"/>
      <source dir="/share/vs01"/>
      <target dir="my_shared_fs"/>
      <address type="ccw" cssid="0xfe" ssid="0x0" devno="0x0003"/>
   </filesystem>
   ...
</devices>