[vfio-users] Small patch for those that have nVidia cards and want to easily use LibVirt.

Alex Williamson alex.l.williamson at gmail.com
Thu Mar 17 12:56:10 UTC 2016


There are definitely easier ways to do this than recompiling QEMU.  I favor
a wrapper script such that you simply replace the <emulator> in the domain
XML with the wrapper and it works automatically, something like:

$ cat /usr/libexec/qemu-kvm-hv-vendor
#!/bin/sh
exec /usr/bin/qemu-kvm \
`echo "\$@" | sed 's|hv_time|hv_time,hv_vendor_id=KeenlyKVM|g'`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/vfio-users/attachments/20160317/e9f64caf/attachment.htm>


More information about the vfio-users mailing list