Re: [PATCH v27 04/17] vfio: Add migration region initialization and finalize function

2020-10-23 Thread Cornelia Huck
On Thu, 22 Oct 2020 16:41:54 +0530 Kirti Wankhede wrote: > Whether the VFIO device supports migration or not is decided based of > migration region query. If migration region query is successful and migration > region initialization is successful then migration is supported else > migration is bl

Re: [PATCH v27 04/17] vfio: Add migration region initialization and finalize function

2020-10-22 Thread Kirti Wankhede
On 10/22/2020 7:52 PM, Alex Williamson wrote: On Thu, 22 Oct 2020 16:41:54 +0530 Kirti Wankhede wrote: Whether the VFIO device supports migration or not is decided based of migration region query. If migration region query is successful and migration region initialization is successful then

Re: [PATCH v27 04/17] vfio: Add migration region initialization and finalize function

2020-10-22 Thread Alex Williamson
On Thu, 22 Oct 2020 16:41:54 +0530 Kirti Wankhede wrote: > Whether the VFIO device supports migration or not is decided based of > migration region query. If migration region query is successful and migration > region initialization is successful then migration is supported else > migration is bl

[PATCH v27 04/17] vfio: Add migration region initialization and finalize function

2020-10-22 Thread Kirti Wankhede
Whether the VFIO device supports migration or not is decided based of migration region query. If migration region query is successful and migration region initialization is successful then migration is supported else migration is blocked. Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia Acked-