commit | 73473427bb551686e4b68ecd99bfd27e6635286a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Feb 05 18:15:24 2017 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Feb 27 20:54:05 2017 +0200 |
tree | 1fcd48bde4b03d0aa3688e88f916a412a6156357 | |
parent | bbaba479563910aaa51e59bb9027a09e396d3a3c [diff] [blame] |
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>
diff --git a/block/Kconfig b/block/Kconfig index 8bf114a..3523b4f 100644 --- a/block/Kconfig +++ b/block/Kconfig
@@ -165,4 +165,9 @@ depends on BLOCK && PCI default y +config BLK_MQ_VIRTIO + bool + depends on BLOCK && VIRTIO + default y + source block/Kconfig.iosched