blk-mq: provide a default queue mapping for virtio device
Similar to the PCI version, just calling into virtio instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
bbaba47956
commit
73473427bb
@@ -165,4 +165,9 @@ config BLK_MQ_PCI
|
||||
depends on BLOCK && PCI
|
||||
default y
|
||||
|
||||
config BLK_MQ_VIRTIO
|
||||
bool
|
||||
depends on BLOCK && VIRTIO
|
||||
default y
|
||||
|
||||
source block/Kconfig.iosched
|
||||
|
||||
Reference in New Issue
Block a user