Re: [PATCH v8 0/6] migration: reduce time of loading non-iterable vmstate

2023-06-16 Thread Chuang Xu
Hi, Paolo, A few months ago, Juan told me that this series requires your or someone familiar with memory API's feedback. Could you please review it and provide some suggestions? On 2023/3/17 下午4:18, Chuang Xu wrote: In this version: - delete useless line change. - update comments and commit

[PATCH v8 0/6] migration: reduce time of loading non-iterable vmstate

2023-03-17 Thread Chuang Xu
In this version: - delete useless line change. - update comments and commit messages. The duration of loading non-iterable vmstate accounts for a significant portion of downtime (starting with the timestamp of source qemu stop and ending with the timestamp of target qemu start). Most of the tim