Re: [PATCH v9 QEMU 10/15] vfio: Register SaveVMHandlers for VFIO device

2019-11-13 Thread Alex Williamson
On Tue, 12 Nov 2019 22:35:19 +0530 Kirti Wankhede wrote: > Define flags to be used as delimeter in migration file stream. > Added .save_setup and .save_cleanup functions. Mapped & unmapped migration > region from these functions at source during saving or pre-copy phase. > Set VFIO device state d

[PATCH v9 QEMU 10/15] vfio: Register SaveVMHandlers for VFIO device

2019-11-12 Thread Kirti Wankhede
Define flags to be used as delimeter in migration file stream. Added .save_setup and .save_cleanup functions. Mapped & unmapped migration region from these functions at source during saving or pre-copy phase. Set VFIO device state depending on VM's state. During live migration, VM is running when .