]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_balloon: disable VIOMMU support
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 13 Jun 2017 17:56:44 +0000 (20:56 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 18 Jun 2017 20:13:35 +0000 (23:13 +0300)
commit32fa346c4568ab1e04bf86c8445c5cc74cadf0e5
tree396b20319057a273363cd7fdcf54d42edefe770f
parentc439244911f15093dc2d91096ca28c8764d4ef54
virtio_balloon: disable VIOMMU support

virtio balloon bypasses the DMA API entirely so does not support the
VIOMMU right now.  It's not clear we need that support, for now let's
just make sure we don't pretend to support it.

Cc: stable@vger.kernel.org
Cc: Wei Wang <wei.w.wang@intel.com>
Fixes: d829091f93a9 ("virtio: new feature to detect IOMMU device quirk")
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/virtio/virtio_balloon.c