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

2020-10-24 Thread Kirti Wankhede
On 10/23/2020 4:54 PM, Cornelia Huck wrote: On Fri, 23 Oct 2020 16:10:30 +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 m

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

2020-10-24 Thread Kirti Wankhede
On 10/24/2020 7:51 PM, Alex Williamson wrote: On Sat, 24 Oct 2020 15:09:14 +0530 Kirti Wankhede wrote: On 10/23/2020 10:22 PM, Alex Williamson wrote: On Fri, 23 Oct 2020 16:10:30 +0530 Kirti Wankhede wrote: Whether the VFIO device supports migration or not is decided based of migrati

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

2020-10-24 Thread Alex Williamson
On Sat, 24 Oct 2020 15:09:14 +0530 Kirti Wankhede wrote: > On 10/23/2020 10:22 PM, Alex Williamson wrote: > > On Fri, 23 Oct 2020 16:10:30 +0530 > > Kirti Wankhede wrote: > > > >> Whether the VFIO device supports migration or not is decided based of > >> migration region query. If migration r

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

2020-10-24 Thread Kirti Wankhede
On 10/23/2020 10:22 PM, Alex Williamson wrote: On Fri, 23 Oct 2020 16:10:30 +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 the

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

2020-10-23 Thread Alex Williamson
On Fri, 23 Oct 2020 16:10:30 +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 v28 04/17] vfio: Add migration region initialization and finalize function

2020-10-23 Thread Cornelia Huck
On Fri, 23 Oct 2020 16:10:30 +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 v28 04/17] vfio: Add migration region initialization and finalize function

2020-10-23 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-