qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] migration: Optimization the xbzrle and fix two corruption issues
@ 2014-02-28  4:05 Gonglei (Arei)
  2014-02-28  9:19 ` Dr. David Alan Gilbert
  2014-02-28 13:08 ` Eric Blake
  0 siblings, 2 replies; 7+ messages in thread
From: Gonglei (Arei) @ 2014-02-28  4:05 UTC (permalink / raw)
  To: qemu-devel@nongnu.org
  Cc: Peter Maydell, Juan Quintela, pl@kamp.de, owasserm@redhat.com,
	aliguori@amazon.com, chenliang (T), pbonzini@redhat.com

a. Optimization the xbzrle remarkable decrease the cache misses.
    The efficiency of compress increases more than fifty times.
    Before the patch set, the cache almost totally miss when the 
    number of cache item less than the dirty page number. Now the
    hot pages in the cache will not be replaced by other pages. 

b. Reducing the data copy

c. Fix two corruption issues.

ChenLiang (7):
  Fix one XBZRLE corruption issues
  migration: Add counters of updating the dirty bitmap.
  XBZRLE: optimize XBZRLE to decrease the cache missing
  XBZRLE: rebuild the cache_is_cached function
  migration: Fix the migrate auto converge process
  migraion: optimiztion xbzrle by reducing data copy
  migraion: delete death code

 arch_init.c                    | 94 ++++++++++++++++++------------------------
 include/migration/page_cache.h |  8 +++-
 page_cache.c                   | 36 +++++++++-------
 3 files changed, 69 insertions(+), 69 deletions(-)


Best regards,
-Gonglei

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

end of thread, other threads:[~2014-02-28 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28  4:05 [Qemu-devel] [PATCH 0/7] migration: Optimization the xbzrle and fix two corruption issues Gonglei (Arei)
2014-02-28  9:19 ` Dr. David Alan Gilbert
2014-02-28 10:56   ` Gonglei
2014-02-28 11:39     ` Dr. David Alan Gilbert
2014-02-28 13:08       ` 陈梁
2014-02-28 13:08 ` Eric Blake
2014-02-28 13:21   ` 陈梁

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).