qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 18/24] vfio-user: add dma_unmap_all


From: John Levon
Subject: Re: [PATCH v1 18/24] vfio-user: add dma_unmap_all
Date: Fri, 9 Dec 2022 17:58:48 +0000

On Tue, Nov 08, 2022 at 03:13:40PM -0800, John Johnson wrote:

> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> ---

> +static int vfio_user_io_dirty_bitmap(VFIOContainer *container,
> +                        struct vfio_iommu_type1_dirty_bitmap *bitmap,
> +                        struct vfio_iommu_type1_dirty_bitmap_get *range)
> +{
> +
> +    /* vfio-user doesn't support migration */
> +    return -EINVAL;
> +}

... and dirty_bitmap callback?

regards
john



reply via email to

[Prev in Thread] Current Thread [Next in Thread]