Re: [PATCH RFC v2 16/16] vfio-user: migration support
On Mon, Aug 16, 2021 at 09:42:49AM -0700, Elena Ufimtseva wrote: > @@ -1356,7 +1365,11 @@ static int vfio_get_dirty_bitmap(VFIOContainer > *container, uint64_t iova, > goto err_out; > } > > -ret = ioctl(container->fd, VFIO_IOMMU_DIRTY_PAGES, dbitmap); > +if (container->prox
[PATCH RFC v2 16/16] vfio-user: migration support
From: John Johnson Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman --- hw/vfio/user-protocol.h | 18 + hw/vfio/user.h | 3 +++ hw/vfio/common.c| 23 - hw/vfio/migration.c | 34 +