libvirt/src/hyperv
Michal Privoznik 5c254bb541 conf: Store SCSI bus length in virDomainDef
Libvirt assumes that a SCSI bus can fit up to 8 devices
(including controller itself), except for so called wide bus
which can accommodate up to 16 devices (again, including
controller). This plays important role when computing 'drive'
address in virDomainDiskDefAssignAddress(). So far, the only
driver that enables wide SCSI bus is VMX. But with newer
releases, ESX is capable of "super wide" bus (64 devices).

We can blindly bump the limit in our code because then we would
compute address that's invalid for older ESX versions that we
still want to support.

Unfortunately, I haven't found a better place where to store this
than virDomainDef.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-08-16 14:22:38 +02:00
..
hyperv_driver.c conf: Store SCSI bus length in virDomainDef 2021-08-16 14:22:38 +02:00
hyperv_driver.h hyperv: XML parsing of storage volumes 2020-11-24 18:45:07 +00:00
hyperv_network_driver.c util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElement 2021-08-06 08:53:25 +02:00
hyperv_network_driver.h hyperv: implement connectListAllNetworks and connectNumOfNetworks 2021-02-02 09:36:35 +01:00
hyperv_private.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_util.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_util.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wmi_classes.c
hyperv_wmi_classes.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wmi_generator.input hyperv: implement domainScreenshot 2021-02-02 09:36:35 +01:00
hyperv_wmi.c hypervCreateEmbeddedParam: Don't count elements needlessly 2021-07-26 13:27:30 +02:00
hyperv_wmi.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
hyperv_wsman.h hyperv: enable automatic cleanup for OpenWSMAN types 2021-01-22 14:04:24 -05:00
meson.build hyperv: implement connectListAllNetworks and connectNumOfNetworks 2021-02-02 09:36:35 +01:00