All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Some optimization in dirty bitmap sync
@ 2020-03-10  9:17 Keqian Zhu
  2020-03-10  9:17 ` [PATCH v2 1/2] memory: Introduce start_global variable " Keqian Zhu
  2020-03-10  9:17 ` [PATCH v2 2/2] migration: not require length align when choose fast dirty sync path Keqian Zhu
  0 siblings, 2 replies; 3+ messages in thread
From: Keqian Zhu @ 2020-03-10  9:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, qemu-arm, Keqian Zhu, Dr . David Alan Gilbert,
	wanghaibin.wang

This patch series including code style change and performace fix
about dirty bitmap sync.

---
changelogs:

v2:
 - split code style change and performace fix.

Keqian Zhu (2):
  memory: Introduce start_global variable in dirty bitmap sync
  migration: not require length align when choose fast dirty sync path

 include/exec/ram_addr.h | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

-- 
2.19.1



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

end of thread, other threads:[~2020-03-10  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10  9:17 [PATCH v2 0/2] Some optimization in dirty bitmap sync Keqian Zhu
2020-03-10  9:17 ` [PATCH v2 1/2] memory: Introduce start_global variable " Keqian Zhu
2020-03-10  9:17 ` [PATCH v2 2/2] migration: not require length align when choose fast dirty sync path Keqian Zhu

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.