A couple updates relevant to Nvidia GeForce assignment:
QEMU
fe08275d is now in qemu.git, decoupling the primary Nvidia GPU device quirk from the x-vga=on option. This means that an Nvidia GPU assigned to a legacy-free OVMF VM will now enable this quirk automatically.
libvirt
d0711642 is now in libvirt.git enabling libvirt support for the kvm=off QEMU cpu option. To enable this in your XML, add this to your VM definition:
<domain type='kvm'...>
<features>
<kvm>
<hidden state='on'/>
</kvm>
</features>
...
</domain>
No comments:
Post a Comment
Comments are not a support forum. For help with problems, please try the vfio-users mailing list (https://www.redhat.com/mailman/listinfo/vfio-users)