]> git.proxmox.com Git - mirror_ubuntu-artful-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)
committerSeth Forshee <seth.forshee@canonical.com>
Sun, 25 Jun 2017 15:37:04 +0000 (10:37 -0500)
commit95ecaea1fc6f0e70562522b5d1a93e80461f324d
tree2a96f20fa0342d6f12a5ce15a1f7b7785e3a6e61
parentea441f4d490a7b7c5d41653a7ff35c8e86f83d87
virtio_balloon: disable VIOMMU support

BugLink: http://bugs.launchpad.net/bugs/1700372
commit e41b1355508debe45fda33ef8c03ff3ba5d206b9 upstream.

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: Wei Wang <wei.w.wang@intel.com>
Fixes: 1a937693993f ("virtio: new feature to detect IOMMU device quirk")
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/virtio/virtio_balloon.c