]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Clarify use of virtio-scsi model for SCSI controllers
authorAndrea Bolognani <abologna@redhat.com>
Tue, 19 Jan 2021 14:36:29 +0000 (15:36 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 19 Jan 2021 15:01:37 +0000 (16:01 +0100)
The current formulation can lead people to believe SCSI
controllers only allow the virtio-scsi model, but really the
only difference is that you have to use model='virtio-scsi'
where you would use model='virtio' for another device.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
docs/formatdomain.rst

index dd197d8f6a4d6e48cf97f327f36aec1ad535e245..af540391dbbd95634b3edc055f72ddded5083b42 100644 (file)
@@ -3428,8 +3428,10 @@ machine types, accept the following ``model`` values:
 While the information outlined above applies to most virtio devices, there are a
 few exceptions:
 
--  for SCSI controllers, ``virtio-scsi`` must be used instead of ``virtio`` for
-   backwards compatibility reasons;
+-  for SCSI controllers, there is no ``virtio`` model available due to
+   historical reasons: use ``virtio-scsi`` instead, which behaves the same as
+   ``virtio`` does for other devices. Both ``virtio-transitional`` and
+   ``virtio-non-transitional`` work with SCSI controllers;
 -  some devices, such as GPUs and input devices (keyboard, tablet and mouse),
    are only defined in the virtio 1.0 spec and as such don't have a transitional
    variant: the only accepted model is ``virtio``, which will result in a