]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmx: Support super wide SCSI bus
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Jul 2021 14:09:58 +0000 (16:09 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 16 Aug 2021 12:22:38 +0000 (14:22 +0200)
commit32f7db0989e47319ce585d05af32193244e1223a
tree2a977688180a29d1c1d7cf1e1a5f813f1a6af3d9
parent5c254bb541f97f7a87458f4b7bf0e31802133047
vmx: Support super wide SCSI bus

Since its 6.7 release, vSphere allows up to 64 units on a SCSI
bus [1]. The release version translates to virtualHW_version 13
and thus if we are dealing with sufficiently new version we can
enable the feature.

1: https://configmax.vmware.com/guest?vmwareproduct=vSphere&release=vSphere%206.7&categories=1-0

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1738392
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.h
src/vmx/vmx.c
tests/vmx2xmldata/vmx2xml-esx-in-the-wild-11.xml