配置虚拟机XML
- 在XML中,将KAE直通设备的“migration”参数配置为“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> ...
父主题: 使能与验证