我使用以下命令在 KVM 上实例化一个 VM[Ubuntu 14]
virt-install --name --ram 4096 --cpu , --vcpus=2 --arch=x86_64 --disk path=/var/lib/libvirt/images/image.qcow2,size=16,device=disk, bus=ide,format=qcow2 --os-type linux --os-variant rhel7 --import --network=network:default,model=virtio --host-device=pci_0000_01_10_5
使用此命令,主机设备与驱动程序“vfio”相连。但是,尽管有 vfio,我仍需要让主机设备使用 KVM 作为驱动程序。
如何在 virt-install 中将驱动程序作为 KVM 传递?
我试过了 :
--主机设备=pci_0000_01_10_5,驱动程序=KVM
& 得到以下错误:- UnboundLocalError: local variable 'devtype' referenced before assignment