Re: [Qemu-devel] [PATCH v7 07/13] vfio: Add migration state change notifier

2019-08-22 Thread Yan Zhao
On Wed, Aug 21, 2019 at 04:24:27AM +0800, Kirti Wankhede wrote: > > > On 7/17/2019 7:55 AM, Yan Zhao wrote: > > On Tue, Jul 09, 2019 at 05:49:14PM +0800, Kirti Wankhede wrote: > >> Added migration state change notifier to get notification on migration > >> state > >> change. These states are

Re: [Qemu-devel] [PATCH v7 07/13] vfio: Add migration state change notifier

2019-08-20 Thread Kirti Wankhede
On 7/17/2019 7:55 AM, Yan Zhao wrote: > On Tue, Jul 09, 2019 at 05:49:14PM +0800, 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. >> >>

Re: [Qemu-devel] [PATCH v7 07/13] vfio: Add migration state change notifier

2019-07-16 Thread Yan Zhao
On Tue, Jul 09, 2019 at 05:49:14PM +0800, 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

[Qemu-devel] [PATCH v7 07/13] vfio: Add migration state change notifier

2019-07-09 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 --- hw/vfio/migration.c | 54