qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] migration: Optimization the xbzrle and fix two corruption issues
@ 2014-03-11 12:53 arei.gonglei
  2014-03-11 12:53 ` [Qemu-devel] [PATCH 01/10] XBZRLE: Fix one XBZRLE " arei.gonglei
                   ` (9 more replies)
  0 siblings, 10 replies; 34+ messages in thread
From: arei.gonglei @ 2014-03-11 12:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: ChenLiang, weidong.huang, quintela, owasserm, pbonzini

From: ChenLiang <chenliang88@huawei.com>

V1-->V2
* expose the counter that logs the times of updating the dirty bitmap to end user.

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 (10):
  XBZRLE: 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: clear the death code
  migration: s/uint64_t/int64_t the definitions of it_age
  migration: expose the bitmap_sync_cnt to the end user
  XBZRLE: update the doc of XBZRLE

 arch_init.c                    |  97 ++++++++++++++++++---------------------
 docs/xbzrle.txt                |   7 +++
 hmp.c                          |   2 +
 include/migration/migration.h  |   1 +
 include/migration/page_cache.h |  10 +++--
 migration.c                    |   2 +
 page_cache.c                   | 100 +++++++++++------------------------------
 qapi-schema.json               |   4 +-
 qmp-commands.hx                |   5 +++
 9 files changed, 98 insertions(+), 130 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2014-03-18 12:24 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 12:53 [Qemu-devel] [PATCH 00/10] migration: Optimization the xbzrle and fix two corruption issues arei.gonglei
2014-03-11 12:53 ` [Qemu-devel] [PATCH 01/10] XBZRLE: Fix one XBZRLE " arei.gonglei
2014-03-11 20:26   ` Juan Quintela
2014-03-11 12:53 ` [Qemu-devel] [PATCH 02/10] migration: Add counters of updating the dirty bitmap arei.gonglei
2014-03-11 13:09   ` Eric Blake
2014-03-11 13:34     ` Gonglei (Arei)
2014-03-11 20:28       ` Juan Quintela
2014-03-11 12:53 ` [Qemu-devel] [PATCH 03/10] XBZRLE: optimize XBZRLE to decrease the cache missing arei.gonglei
2014-03-11 20:34   ` Juan Quintela
2014-03-18 12:20     ` Gonglei (Arei)
2014-03-11 20:52   ` Eric Blake
2014-03-11 12:53 ` [Qemu-devel] [PATCH 04/10] XBZRLE: rebuild the cache_is_cached function arei.gonglei
2014-03-11 13:11   ` Eric Blake
2014-03-11 20:37   ` Juan Quintela
2014-03-11 12:53 ` [Qemu-devel] [PATCH 05/10] migration: Fix the migrate auto converge process arei.gonglei
2014-03-11 20:48   ` Juan Quintela
2014-03-11 20:55     ` Eric Blake
2014-03-11 22:56     ` Chegu Vinod
2014-03-18 12:23       ` Gonglei (Arei)
2014-03-11 12:53 ` [Qemu-devel] [PATCH 06/10] migraion: optimiztion xbzrle by reducing data copy arei.gonglei
2014-03-11 20:56   ` Juan Quintela
2014-03-11 20:56   ` Juan Quintela
2014-03-11 20:58   ` Eric Blake
2014-03-11 12:53 ` [Qemu-devel] [PATCH 07/10] migraion: clear the death code arei.gonglei
2014-03-11 20:58   ` Juan Quintela
2014-03-11 20:59   ` Eric Blake
2014-03-11 12:53 ` [Qemu-devel] [PATCH 08/10] migration: s/uint64_t/int64_t the definitions of it_age arei.gonglei
2014-03-11 21:02   ` Eric Blake
2014-03-11 21:08   ` Juan Quintela
2014-03-11 12:53 ` [Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user arei.gonglei
2014-03-11 13:22   ` Eric Blake
2014-03-11 21:10   ` Juan Quintela
2014-03-11 12:53 ` [Qemu-devel] [PATCH 10/10] XBZRLE: update the doc of XBZRLE arei.gonglei
2014-03-11 21:09   ` Juan Quintela

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