Re: [PATCH v26 06/17] vfio: Add migration state change notifier

2020-10-20 Thread Cornelia Huck
On Mon, 19 Oct 2020 11:57:47 -0600 Alex Williamson wrote: > On Sun, 18 Oct 2020 02:05:03 +0530 > Kirti Wankhede wrote: > > > On 9/26/2020 1:50 AM, Alex Williamson wrote: > > > On Wed, 23 Sep 2020 04:54:08 +0530 > > > Kirti Wankhede wrote: > > >> diff --git a/include/hw/vfio/vfio-common.h

Re: [PATCH v26 06/17] vfio: Add migration state change notifier

2020-10-19 Thread Alex Williamson
On Sun, 18 Oct 2020 02:05:03 +0530 Kirti Wankhede wrote: > On 9/26/2020 1:50 AM, Alex Williamson wrote: > > On Wed, 23 Sep 2020 04:54:08 +0530 > > Kirti Wankhede wrote: > > > >> Added migration state change notifier to get notification on migration > >> state > >> change. These states are

Re: [PATCH v26 06/17] vfio: Add migration state change notifier

2020-10-17 Thread Kirti Wankhede
On 9/26/2020 1:50 AM, Alex Williamson wrote: On Wed, 23 Sep 2020 04:54:08 +0530 Kirti Wankhede wrote: Added migration state change notifier to get notification on migration state change. These states are translated to VFIO device state and conveyed to vendor driver. Signed-off-by: Kirti

Re: [PATCH v26 06/17] vfio: Add migration state change notifier

2020-09-25 Thread Alex Williamson
On Wed, 23 Sep 2020 04:54:08 +0530 Kirti Wankhede wrote: > Added migration state change notifier to get notification on migration state > change. These states are translated to VFIO device state and conveyed to > vendor > driver. > > Signed-off-by: Kirti Wankhede > Reviewed-by: Neo Jia >

[PATCH v26 06/17] vfio: Add migration state change notifier

2020-09-22 Thread Kirti Wankhede
Added migration state change notifier to get notification on migration state change. These states are translated to VFIO device state and conveyed to vendor driver. Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia Reviewed-by: Dr. David Alan Gilbert --- hw/vfio/migration.c | 29