mbox series

[0/3] migration/ram: Some modifications about ram_save_host_page()

Message ID 20210223021646.500-1-jiangkunkun@huawei.com (mailing list archive)
Headers show
Series migration/ram: Some modifications about ram_save_host_page() | expand

Message

Kunkun Jiang Feb. 23, 2021, 2:16 a.m. UTC
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(-)