Hi All,

I am trying to mount two qemu-kvm shared directories.

I have the following configured:

<filesystem type="mount" accessmode="passthrough">
  <driver type="virtiofs"/>
  <source dir="/home/OurStuff"/>
  <target dir="OurStuff"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x09" function="0x0"/>
</filesystem>

<filesystem type="mount" accessmode="passthrough">
  <driver type="virtiofs"/>
  <source dir="/home/CDs"/>
  <target dir="CDs"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x0a" function="0x0"/>
</filesystem>


Do I need a separate type="pci" address?


Many thanks,
-T

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to