Re: [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

2020-10-21 Thread Kirti Wankhede
edhat.com; quint...@redhat.com; ebl...@redhat.com; arm...@redhat.com; pet...@redhat.com; qemu-devel@nongnu.org; Kirti Wankhede Subject: [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers Added .save_live_pending, .save_live_iterate and .save_live_complete_precopy functions. These

Re: [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

2020-10-18 Thread Kirti Wankhede
On 9/26/2020 2:32 AM, Alex Williamson wrote: On Wed, 23 Sep 2020 04:54:10 +0530 Kirti Wankhede wrote: Added .save_live_pending, .save_live_iterate and .save_live_complete_precopy functions. These functions handles pre-copy and stop-and-copy phase. In _SAVING|_RUNNING device state or pre-co

Re: [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

2020-09-25 Thread Alex Williamson
On Wed, 23 Sep 2020 04:54:10 +0530 Kirti Wankhede wrote: > Added .save_live_pending, .save_live_iterate and .save_live_complete_precopy > functions. These functions handles pre-copy and stop-and-copy phase. > > In _SAVING|_RUNNING device state or pre-copy phase: > - read pending_bytes. If pendin

RE: [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

2020-09-23 Thread Wang, Zhi A
ongnu.org; Kirti Wankhede Subject: [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers Added .save_live_pending, .save_live_iterate and .save_live_complete_precopy functions. These functions handles pre-copy and stop-and-copy phase. In _SAVING|_RUNNING device state or pre-co

[PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

2020-09-22 Thread Kirti Wankhede
Added .save_live_pending, .save_live_iterate and .save_live_complete_precopy functions. These functions handles pre-copy and stop-and-copy phase. In _SAVING|_RUNNING device state or pre-copy phase: - read pending_bytes. If pending_bytes > 0, go through below steps. - read data_offset - indicates k