-
Matthew Rosato authored
When an s390 guest is using lazy unmapping, it can result in a very large number of oustanding DMA requests, far beyond the default limit configured for vfio. Let's track DMA usage similar to vfio in the host, and trigger the guest to flush their DMA mappings before vfio runs out. Signed-off-by:
Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by:
Cornelia Huck <cohuck@redhat.com>
[aw: non-Linux build fixes]
Signed-off-by:
Alex Williamson <alex.williamson@redhat.com>Matthew Rosato authoredWhen an s390 guest is using lazy unmapping, it can result in a very large number of oustanding DMA requests, far beyond the default limit configured for vfio. Let's track DMA usage similar to vfio in the host, and trigger the guest to flush their DMA mappings before vfio runs out. Signed-off-by:
Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by:
Cornelia Huck <cohuck@redhat.com>
[aw: non-Linux build fixes]
Signed-off-by:
Alex Williamson <alex.williamson@redhat.com>
Loading