On Tue, May 12, 2020 at 21:55:44 -0400, Chris Jester-Young wrote:
QEMU has supported pvscsi, the VMware paravirtual SCSI controller,
since
2013, but libvirt does not currently expose support for it. Adding such
support is straightforward.
I have tested it with a Windows 10 guest, and the official VMware driver
supports it with no issues. However, booting only works with SeaBIOS
(tested) and the pre-release version of OVMF (not tested yet).
I've tested it with centos-8.
Series:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>
and pushed to master. Thanks for the patches!