]> git.ipfire.org Git - thirdparty/qemu.git/commit
vdpa: Skip protected ram IOMMU mappings
authorEugenio Pérez <eperezma@redhat.com>
Thu, 14 Oct 2021 14:12:34 +0000 (16:12 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 20 Oct 2021 08:37:55 +0000 (04:37 -0400)
commitc64038c93e171697058d96871f87a4438b613662
tree3ce77b2796d3ac5b607a0693141c4513fc228201
parent220ffd949bf2c157665905f7744bdbf201333e1f
vdpa: Skip protected ram IOMMU mappings

Following the logic of commit 56918a126ae ("memory: Add RAM_PROTECTED
flag to skip IOMMU mappings") with VFIO, skip memory sections
inaccessible via normal mechanisms, including DMA.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20211014141236.923287-2-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
hw/virtio/vhost-vdpa.c