[libvirt] [PULL 1/3] virtio-blk: deprecate SCSI passthrough

Stefan Hajnoczi stefanha at redhat.com
Fri Dec 20 10:25:18 UTC 2019


The Linux virtio_blk.ko guest driver is removing legacy SCSI passthrough
support.  Deprecate this feature in QEMU too.

Signed-off-by: Stefan Hajnoczi <stefanha at redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini at redhat.com>
Reviewed-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Thomas Huth <thuth at redhat.com>
Message-id: 20191213144626.1208237-1-stefanha at redhat.com
Message-Id: <20191213144626.1208237-1-stefanha at redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha at redhat.com>
---
 qemu-deprecated.texi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi
index 62680f7bd5..259cb9ce9e 100644
--- a/qemu-deprecated.texi
+++ b/qemu-deprecated.texi
@@ -278,6 +278,17 @@ spec you can use the ``-cpu rv64gcsu,priv_spec=v1.9.1`` command line argument.
 
 @section Device options
 
+ at subsection Emulated device options
+
+ at subsubsection -device virtio-blk,scsi=on|off (since 5.0.0)
+
+The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature.  VIRTIO 1.0
+and later do not support it because the virtio-scsi device was introduced for
+full SCSI support.  Use virtio-scsi instead when SCSI passthrough is required.
+
+Note this also applies to ``-device virtio-blk-pci,scsi=on|off'', which is an
+alias.
+
 @subsection Block device options
 
 @subsubsection "backing": "" (since 2.12.0)
-- 
2.23.0




More information about the libvir-list mailing list