commit | e41b1355508debe45fda33ef8c03ff3ba5d206b9 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Jun 13 20:56:44 2017 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Sun Jun 18 23:13:35 2017 +0300 |
tree | 396b20319057a273363cd7fdcf54d42edefe770f | |
parent | 32c1431eea4881a6b17bd7c639315010aeefa452 [diff] |
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: 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>