1 2 3 4 5 6 7 | <disk type='vhostuser' device='disk' snapshot='no'> <driver name='qemu' type='raw' queues='4'/> <source type='unix' path='/var/tmp/vhost.0'> <reconnect enabled='yes' timeout='10'/> </source> <target dev='vdb' bus='virtio'/> </disk> |
请根据需要对单虚拟机和多虚拟机的xml配置进行修改,实现设备的挂载。
1 2 3 4 5 6 | <memoryBacking> <hugepages/> <source type='file'/> <access mode='shared'/> <allocation mode='immediate'/> </memoryBacking> |
1 2 3 4 5 | <cpu mode='host-passthrough' check='none'> <numa> <cell id='0' memory='8388608' unit='KiB' memAccess='shared'/> </numa> </cpu> |