Stefano Garzarella
2021-Oct-18 09:15 UTC
[PATCH v4 1/3] vdpa: Skip protected ram IOMMU mappings
On Thu, Oct 14, 2021 at 04:12:34PM +0200, Eugenio P?rez wrote:>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 at redhat.com> >Acked-by: Jason Wang <jasowang at redhat.com> >--- > hw/virtio/vhost-vdpa.c | 1 + > 1 file changed, 1 insertion(+)Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>