Re: [PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page()

2021-02-25 Thread Kunkun Jiang
On 2021/2/25 6:53, David Edmondson wrote: On Tuesday, 2021-02-23 at 10:16:43 +08, Kunkun Jiang wrote: The ram_save_host_page() has been modified several times since its birth. But the comment hasn't been modified as it should be. It'd better to modify the comment to explain ram_save_host_page()

Re: [PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page()

2021-02-24 Thread David Edmondson
On Tuesday, 2021-02-23 at 10:16:43 +08, Kunkun Jiang wrote: > The ram_save_host_page() has been modified several times > since its birth. But the comment hasn't been modified as it should > be. It'd better to modify the comment to explain ram_save_host_page() > more clearly. > > Signed-off-by: Keq

[PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page()

2021-02-22 Thread Kunkun Jiang
The ram_save_host_page() has been modified several times since its birth. But the comment hasn't been modified as it should be. It'd better to modify the comment to explain ram_save_host_page() more clearly. Signed-off-by: Keqian Zhu Signed-off-by: Kunkun Jiang --- migration/ram.c | 17