All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] migration/ram: Some modifications about ram_save_host_page()
@ 2021-02-23  2:16 Kunkun Jiang
  2021-02-23  2:16 ` [PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page() Kunkun Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kunkun Jiang @ 2021-02-23  2:16 UTC (permalink / raw)
  To: Juan Quintela, Dr . David Alan Gilbert, open list:All patches CC here
  Cc: Zenghui Yu, wanghaibin.wang, Keqian Zhu

Hi,

This series include patches as below:
Patch 1-2:
- modified the comment and code of ram_save_host_page() to make them match each other

Patch 3:
- optimized ram_save_host_page() by using migration_bitmap_find_dirty() to find dirty
pages

Best Regards

Kunkun Jiang

Kunkun Jiang (3):
  migration/ram: Modify the code comment of ram_save_host_page()
  migration/ram: Modify ram_save_host_page() to match the comment
  migration/ram: Optimize ram_save_host_page()

 migration/ram.c | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

-- 
2.23.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-01  7:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  2:16 [PATCH 0/3] migration/ram: Some modifications about ram_save_host_page() Kunkun Jiang
2021-02-23  2:16 ` [PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page() Kunkun Jiang
2021-02-24 22:53   ` David Edmondson
2021-02-25  8:16     ` Kunkun Jiang
2021-02-23  2:16 ` [PATCH 2/3] migration/ram: Modify ram_save_host_page() to match the comment Kunkun Jiang
2021-02-23  2:16 ` [PATCH 3/3] migration/ram: Optimize ram_save_host_page() Kunkun Jiang
2021-02-25 12:48   ` David Edmondson
2021-03-01  7:33     ` Kunkun Jiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.