forked from Minki/linux
782e067dba
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>
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
CONFIG_VIRTIO_BLK=y
|
|
CONFIG_SCSI_VIRTIO=y
|
|
CONFIG_VIRTIO_NET=y
|
|
CONFIG_NET_FAILOVER=y
|
|
CONFIG_VIRTIO_CONSOLE=y
|
|
CONFIG_VIRTIO=y
|
|
CONFIG_VIRTIO_PCI=y
|
|
CONFIG_KVM_GUEST=y
|
|
CONFIG_EPAPR_PARAVIRT=y
|
|
CONFIG_VIRTIO_BALLOON=y
|
|
CONFIG_VHOST_NET=y
|
|
CONFIG_VHOST=y
|