qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/4] migration: compression optimization
@ 2018-09-03  9:26 guangrong.xiao
  2018-09-03  9:26 ` [Qemu-devel] [PATCH v5 1/4] migration: do not flush_compressed_data at the end of each iteration guangrong.xiao
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: guangrong.xiao @ 2018-09-03  9:26 UTC (permalink / raw)
  To: pbonzini, mst, mtosatti
  Cc: qemu-devel, kvm, dgilbert, peterx, wei.w.wang, jiang.biao2,
	eblake, quintela, Xiao Guangrong

From: Xiao Guangrong <xiaoguangrong@tencent.com>

Changelog in v5:
   use the way in the older version to handle flush_compressed_data in the
   iteration, i.e, introduce dirty_sync_count and flush compressed data if
   the count is changed. That's because we should post the data after
   QEMU_VM_SECTION_PART has been posted out. Peter, I have dropped your
   Reviewed-by on this patch, please review. :)


Xiao Guangrong (4):
  migration: do not flush_compressed_data at the end of each iteration
  migration: fix calculating xbzrle_counters.cache_miss_rate
  migration: show the statistics of compression
  migration: handle the error condition properly

 hmp.c                 | 13 ++++++++
 migration/migration.c | 12 +++++++
 migration/ram.c       | 91 +++++++++++++++++++++++++++++++++++++++++++--------
 migration/ram.h       |  1 +
 qapi/migration.json   | 26 ++++++++++++++-
 5 files changed, 128 insertions(+), 15 deletions(-)

-- 
2.14.4

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

end of thread, other threads:[~2018-09-04  9:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-03  9:26 [Qemu-devel] [PATCH v5 0/4] migration: compression optimization guangrong.xiao
2018-09-03  9:26 ` [Qemu-devel] [PATCH v5 1/4] migration: do not flush_compressed_data at the end of each iteration guangrong.xiao
2018-09-03 16:38   ` Juan Quintela
2018-09-04  3:54     ` Xiao Guangrong
2018-09-04  4:00       ` Xiao Guangrong
2018-09-04  9:28       ` Juan Quintela
2018-09-03  9:26 ` [Qemu-devel] [PATCH v5 2/4] migration: fix calculating xbzrle_counters.cache_miss_rate guangrong.xiao
2018-09-03 17:19   ` Juan Quintela
2018-09-03  9:26 ` [Qemu-devel] [PATCH v5 3/4] migration: show the statistics of compression guangrong.xiao
2018-09-03 17:22   ` Juan Quintela
2018-09-03  9:26 ` [Qemu-devel] [PATCH v5 4/4] migration: handle the error condition properly guangrong.xiao
2018-09-03 17:28   ` 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).