From: yong.huang@smartx.com
To: qemu-devel@nongnu.org
Cc: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>,
Paolo Bonzini <pbonzini@redhat.com>,
yong.huang@smartx.com
Subject: [PATCH RFC 0/2] migration: Skip sync in ram_init_bitmaps()
Date: Wed, 23 Oct 2024 10:09:49 +0800 [thread overview]
Message-ID: <cover.1729648695.git.yong.huang@smartx.com> (raw)
From: Hyman Huang <yong.huang@smartx.com>
As discussed in:
https://lore.kernel.org/qemu-devel/ZvbQ0RQx-zxOeo4Y@x1n/
RAMBlock dirty sync in ram_init_bitmaps() appears to be unnecessary;
this patchset attempts to eliminate it and asks for comments on how
to do so.
Please review, thanks
Yong
Hyman Huang (2):
accel/kvm: Introduce kvm_dirty_log_manual_enabled
migration: Avoid doing RAMBlock dirty sync in the initial iteration
accel/kvm/kvm-all.c | 2 ++
include/sysemu/kvm.h | 8 ++++++++
migration/cpu-throttle.c | 3 ++-
migration/ram.c | 30 +++++++++++++++++++++++++++---
4 files changed, 39 insertions(+), 4 deletions(-)
--
2.27.0
next reply other threads:[~2024-10-23 2:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-23 2:09 yong.huang [this message]
2024-10-23 2:09 ` [PATCH RFC 1/2] accel/kvm: Introduce kvm_dirty_log_manual_enabled yong.huang
2024-10-23 2:09 ` [PATCH RFC 2/2] migration: Avoid doing RAMBlock dirty sync in the initial iteration yong.huang
2024-10-29 16:21 ` Peter Xu
2024-10-30 2:09 ` Yong Huang
2024-10-30 19:43 ` Peter Xu
2024-10-31 2:08 ` Yong Huang
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=cover.1729648695.git.yong.huang@smartx.com \
--to=yong.huang@smartx.com \
--cc=farosas@suse.de \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 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.