From: Shota Imamura <cosocaf@gmail.com>
To: qemu-devel@nongnu.org
Cc: Shota Imamura <cosocaf@gmail.com>
Subject: [PATCH 0/2] Implement dirty ring for pre-copy migration
Date: Thu, 20 Jun 2024 18:47:12 +0900 [thread overview]
Message-ID: <20240620094714.871727-1-cosocaf@gmail.com> (raw)
This patch series introduces the dirty ring as an additional method for
dirty tracking, alongside the existing dirty bitmap.
Shota Imamura (2):
migration: Implement dirty ring
qtest/migration: Add dirty ring tests
accel/kvm/kvm-all.c | 36 ++++++++-
include/exec/ram_addr.h | 131 +++++++++++++++++++++++++++++++--
include/exec/ramlist.h | 48 ++++++++++++
include/migration/misc.h | 4 +-
include/qemu/bitops.h | 23 ++++++
migration/migration-hmp-cmds.c | 2 +
migration/migration.c | 27 ++++++-
migration/migration.h | 6 ++
migration/ram.c | 127 ++++++++++++++++++++++++++++----
qemu-options.hx | 29 ++++++++
system/physmem.c | 128 +++++++++++++++++++++++++++++++-
system/vl.c | 63 +++++++++++++++-
tests/qtest/migration-test.c | 78 ++++++++++++++++++--
13 files changed, 667 insertions(+), 35 deletions(-)
--
2.34.1
next reply other threads:[~2024-06-20 13:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 9:47 Shota Imamura [this message]
2024-06-20 9:47 ` [PATCH 1/2] migration: Implement dirty ring Shota Imamura
2024-06-24 19:08 ` Peter Xu
2024-06-25 11:10 ` Shota Imamura
2024-06-25 21:51 ` Peter Xu
2024-06-20 9:47 ` [PATCH 2/2] qtest/migration: Add dirty ring tests Shota Imamura
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=20240620094714.871727-1-cosocaf@gmail.com \
--to=cosocaf@gmail.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 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).