Re: [Qemu-devel] [PATCH v3 3/5] Add migration functions for VFIO devices

2019-02-26 Thread Kirti Wankhede
On 2/22/2019 4:08 AM, Alex Williamson wrote: > On Wed, 20 Feb 2019 02:53:18 +0530 > Kirti Wankhede wrote: > >> - Migration function are implemented for VFIO_DEVICE_TYPE_PCI device. >> - Added SaveVMHandlers and implemented all basic functions required for live >> migration. >> - Added VM sta

Re: [Qemu-devel] [PATCH v3 3/5] Add migration functions for VFIO devices

2019-02-21 Thread Alex Williamson
On Wed, 20 Feb 2019 02:53:18 +0530 Kirti Wankhede wrote: > - Migration function are implemented for VFIO_DEVICE_TYPE_PCI device. > - Added SaveVMHandlers and implemented all basic functions required for live > migration. > - Added VM state change handler to know running or stopped state of VM.

[Qemu-devel] [PATCH v3 3/5] Add migration functions for VFIO devices

2019-02-19 Thread Kirti Wankhede
- Migration function are implemented for VFIO_DEVICE_TYPE_PCI device. - Added SaveVMHandlers and implemented all basic functions required for live migration. - Added VM state change handler to know running or stopped state of VM. - Added migration state change notifier to get notification on migr