Rate This Document
Findability
Accuracy
Completeness
Readability

Configuring the VM XML File

  1. In the XML file, set the migration parameter of the KAE passthrough device to on.
     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
        ...
        <devices>
            ...
            <hostdev mode='subsystem' type='pci' migration='on'>
                <driver name='vfio'/>
                <source>
                    <address bus='0x31' slot='0x00' function='0x1'/>
                </source>
            </hostdev>
            ...
        </devices>
        ...