-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
How should the config file be?
for this:
-device vfio-pci,host=0000:00:02.0,id=hostpci0,bus=pci.0,addr=2.0,x-igd-lpc=on,romfile=/usr/share/kvm/igd.rom
I tried this:
<hostdev mode="subsystem" type="pci" managed="yes">
<driver name="vfio"/>
<source>
<address domain="0x0000" bus="0x00" slot="0x02" function="0x1"/>
</source>
<alias name="hostdev9"/>
<rom file="/usr/share/kvm/igd.rom"/>
<address type="pci" domain="0x0000" bus="0x05" slot="0x00" function="0x0"/>
</hostdev>
But system freeze.