qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Some modifications about ram_save_host_page()
@ 2021-03-01  8:21 Kunkun Jiang
  2021-03-01  8:21 ` [PATCH v2 1/3] migration/ram: Modify the code comment of ram_save_host_page() Kunkun Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kunkun Jiang @ 2021-03-01  8:21 UTC (permalink / raw)
  To: David Edmondson, 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

History:

v1 -> v2:
- Modify ram_save_host_page() comment [David Edmondson]
- Remove 'goto' [David Edmondson]

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 | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2021-03-03 14:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-01  8:21 [PATCH v2 0/3] Some modifications about ram_save_host_page() Kunkun Jiang
2021-03-01  8:21 ` [PATCH v2 1/3] migration/ram: Modify the code comment of ram_save_host_page() Kunkun Jiang
2021-03-03  8:38   ` David Edmondson
2021-03-01  8:21 ` [PATCH v2 2/3] migration/ram: Modify ram_save_host_page() to match the comment Kunkun Jiang
2021-03-03  8:37   ` david.edmondson
2021-03-01  8:21 ` [PATCH v2 3/3] migration/ram: Optimize ram_save_host_page() Kunkun Jiang
2021-03-03  8:56   ` David Edmondson
2021-03-03 11:47     ` Kunkun Jiang
2021-03-03 14:55       ` David Edmondson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).