在网卡上的 1 个 VF 和 GPU 上的 1 个 VF 上创建虚拟机

在网卡上的 1 个 VF 和 GPU 上的 1 个 VF 上创建虚拟机

我正在尝试使用以下命令一次为网卡中的 1 个 VF 和 GPU(ATS 卡)中的 1 个 VF 传递 VM。出现以下错误,有人能帮忙解决这个问题吗?4d:00.1 是 GPU VF 01:02.1 是网卡 VF

root@ATS101:/home/user# sudo qemu-system-x86_64 -cpu host -machine q35 -enable-kvm -m 16G -smp 4 -drive if=pflash,readonly,format=raw,file=/usr/share/OVMF/OVMF_CODE.fd -drive file="/home/user/packer-qemu_1",format=qcow2 -nic user,hostfwd=tcp::23-:22 -serial "mon:stdio" -nographic -display none -device vfio-pci,host="0000:4d:00.1", multifunction=on -device vfio-pci,host="0000:01:02.1"

qemu-system-x86_64: multifunction=on: drive with bus=0, unit=0 (index=0) exists

相关内容