From: guangrong.xiao@gmail.com
To: pbonzini@redhat.com, mst@redhat.com, mtosatti@redhat.com
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, dgilbert@redhat.com,
peterx@redhat.com, wei.w.wang@intel.com, jiang.biao2@zte.com.cn,
eblake@redhat.com, quintela@redhat.com,
Xiao Guangrong <xiaoguangrong@tencent.com>
Subject: [Qemu-devel] [PATCH v5 0/4] migration: compression optimization
Date: Mon, 3 Sep 2018 17:26:40 +0800 [thread overview]
Message-ID: <20180903092644.25812-1-xiaoguangrong@tencent.com> (raw)
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
next reply other threads:[~2018-09-03 9:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-03 9:26 guangrong.xiao [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180903092644.25812-1-xiaoguangrong@tencent.com \
--to=guangrong.xiao@gmail.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=jiang.biao2@zte.com.cn \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=wei.w.wang@intel.com \
--cc=xiaoguangrong@tencent.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).