diff options
author | Christoph Hellwig <hch@lst.de> | 2019-12-12 19:37:19 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-02-06 11:40:26 +0300 |
commit | 782e067dba52de989a445f1bfa4bb770abb34480 (patch) | |
tree | 00d5b0ed2270920902917e7ab8ef014d32c60642 /arch/powerpc | |
parent | 303090b513fd1ee45aa1536b71a3838dc054bc05 (diff) | |
download | linux-782e067dba52de989a445f1bfa4bb770abb34480.tar.xz |
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Since the need for a special flag to support SCSI passthrough on a
block device was added in May 2017 the SCSI passthrough support in
virtio-blk has been disabled. It has always been a bad idea
(just ask the original author..) and we have virtio-scsi for proper
passthrough. The feature also never made it into the virtio 1.0
or later specifications.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/guest.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/guest.config b/arch/powerpc/configs/guest.config index 8b8cd18ecd7c..209f58515d88 100644 --- a/arch/powerpc/configs/guest.config +++ b/arch/powerpc/configs/guest.config @@ -1,5 +1,4 @@ CONFIG_VIRTIO_BLK=y -CONFIG_VIRTIO_BLK_SCSI=y CONFIG_SCSI_VIRTIO=y CONFIG_VIRTIO_NET=y CONFIG_NET_FAILOVER=y |