Comment 59 for bug 1771662

Revision history for this message
Radosław Biernacki (rbiernacki) wrote :

Thank you Dann.
Those fixes should unblock startup of libvirt on ThunderX. Keep in mind that only hostdev config will work on this platform as <interface type="hostdev"> is not supported.

<hostdev mode="subsystem" type="pci" managed="yes">
<driver name="vfio"/>
<source>
<address type="pci" domain="0x0002" bus="0x1" slot="0x0" function="0x2"/>
</source>
</hostdev>

In case you find and issues keep me informed.
I will send v3. Changes for v3 are about where to report error and should not influence on functionality.