]> xenbits.xensource.com Git - seabios.git/commit
virtio: IOMMU support
authorJason Wang <jasowang@redhat.com>
Wed, 5 Jul 2017 07:49:51 +0000 (15:49 +0800)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 7 Jul 2017 14:56:12 +0000 (10:56 -0400)
commitdd9bba5b9c1d5175a2757f3fdc9d554b4c8eea3a
tree803c7325ee6367ee858c2a698433a38884c53621
parentb3a9f27fb1f63e9b6bf5ca424d31e23bd5b4c2f0
virtio: IOMMU support

Since we don't enable IOMMU at all, we can then simply enable the
IOMMU support by claiming the support of VIRITO_F_IOMMU_PLATFORM. This
fixes booting failure when iommu_platform is set from qemu cli.

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
src/hw/virtio-blk.c
src/hw/virtio-ring.h
src/hw/virtio-scsi.c