Re: [Qemu-devel] [RFC PATCH v1 2/4] Add migration functions for VFIO devices

2018-10-17 Thread Kirti Wankhede
On 10/17/2018 2:30 PM, Cornelia Huck wrote: > On Tue, 16 Oct 2018 23:42:36 +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 stat

Re: [Qemu-devel] [RFC PATCH v1 2/4] Add migration functions for VFIO devices

2018-10-17 Thread Cornelia Huck
On Tue, 16 Oct 2018 23:42:36 +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] [RFC PATCH v1 2/4] Add migration functions for VFIO devices

2018-10-16 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