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

2018-12-20 Thread Zhi Wang
om; qemu-devel@nongnu.org; coh...@redhat.com; shuangtai@alibaba-inc.com; dgilb...@redhat.com; zhi.a.w...@intel.com; mlevi...@redhat.com; pa...@linux.ibm.com; a...@ozlabs.ru; Kirti Wankhede ; eau...@redhat.com; fel...@nutanix.com; jonathan.dav...@nutanix.com; changpeng@intel.com; ken....@amd.com Su

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

2018-12-18 Thread Zhao Yan
hat.com; ziye.y...@intel.com; qemu-devel@nongnu.org; > > coh...@redhat.com; shuangtai@alibaba-inc.com; dgilb...@redhat.com; > > zhi.a.w...@intel.com; mlevi...@redhat.com; pa...@linux.ibm.com; > > a...@ozlabs.ru; Kirti Wankhede ; > > eau...@redhat.com; fel...@nutanix.com;

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

2018-12-17 Thread Gonglei (Arei)
inux.ibm.com; > a...@ozlabs.ru; Kirti Wankhede ; > eau...@redhat.com; fel...@nutanix.com; jonathan.dav...@nutanix.com; > changpeng@intel.com; ken@amd.com > Subject: [Qemu-devel] [PATCH 3/5] Add migration functions for VFIO devices > > - Migration function are implem

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

2018-11-29 Thread Zhao Yan
On Wed, Nov 21, 2018 at 04:39:41AM +0800, 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

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

2018-11-22 Thread Zhao Yan
gt;> qemu-devel@nongnu.org; coh...@redhat.com; shuangtai@alibaba-inc.com; > >> dgilb...@redhat.com; Wang, Zhi A ; > >> mlevi...@redhat.com; pa...@linux.ibm.com; a...@ozlabs.ru; Kirti Wankhede > >> ; eau...@redhat.com; fel...@nutanix.com; > >>

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

2018-11-22 Thread Kirti Wankhede
redhat.com; pa...@linux.ibm.com; a...@ozlabs.ru; Kirti Wankhede >> ; eau...@redhat.com; fel...@nutanix.com; >> jonathan.dav...@nutanix.com; Liu, Changpeng ; >> ken@amd.com >> Subject: [Qemu-devel] [PATCH 3/5] Add migration functions for VFIO devices >> >> - Migra

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

2018-11-22 Thread Dr. David Alan Gilbert
* Kirti Wankhede (kwankh...@nvidia.com) 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. > - Added

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

2018-11-22 Thread Zhao, Yan Y
x.com; > jonathan.dav...@nutanix.com; Liu, Changpeng ; > ken....@amd.com > Subject: [Qemu-devel] [PATCH 3/5] Add migration functions for VFIO devices > > - Migration function are implemented for VFIO_DEVICE_TYPE_PCI device. > - Added SaveVMHandlers and implemented all basic functio

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

2018-11-20 Thread Zhao, Yan Y
x.com; > jonathan.dav...@nutanix.com; Liu, Changpeng ; > ken....@amd.com > Subject: [Qemu-devel] [PATCH 3/5] Add migration functions for VFIO devices > > - Migration function are implemented for VFIO_DEVICE_TYPE_PCI device. > - Added SaveVMHandlers and implemented all basic functio

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

2018-11-20 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