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

2020-10-23 Thread Cornelia Huck
On Fri, 23 Oct 2020 16:10:32 +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 v28 06/17] vfio: Add migration state change notifier

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