On Tue, Nov 08, 2022 at 03:13:40PM -0800, John Johnson wrote:
> Signed-off-by: John G Johnson <[email protected]>
> Signed-off-by: Elena Ufimtseva <[email protected]>
> Signed-off-by: Jagannathan Raman <[email protected]>
> ---
> +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