From: nikita.lapshin@openvz.org
To: qemu-devel@nongnu.org
Cc: den@virtuozzo.com, andrey.drobyshev@virtuozzo.com,
quintela@redhat.com, dgilbert@redhat.com,
nikita.lapshin@openvz.org
Subject: [PATCH 0/8] New parameter for migration stream
Date: Thu, 16 Jun 2022 13:19:56 +0300 [thread overview]
Message-ID: <20220616102006.218693-1-nikita.lapshin@openvz.org> (raw)
From: Nikita Lapshin <nikita.lapshin@openvz.org>
We want to implement exteranl bg-snapshot tool for saving RAM. For this it
is important to be able manage migration stream because tool has no idea
about non-RAM part and how to parse it.
This paramter provides gurantee about migration content. Now there are 4
parts of migration stream which can be specified: "ram", "block",
"dirty-bitmaps", "vmstate". "vmstate" can be any section which handler has
vmdesc. "block" and "dirty-bitmpas" impleneted just like existing
capabilities.
This way of specifying can be extended on future parts of migration.
Nikita Lapshin (8):
migration: Implemented new parameter stream_content
migration: should_skip() implemented
migration: Add vmstate part of migration stream
migration: Add dirty-bitmaps part of migration stream
migration: Add block part of migration stream
migration: Add RAM part of migration stream
migration: analyze-migration script changed
migration: Test for RAM and vmstate parts
migration/migration.c | 76 ++++++++++++++-
migration/migration.h | 3 +
migration/ram.c | 6 ++
migration/savevm.c | 69 ++++++++-----
qapi/migration.json | 21 +++-
scripts/analyze-migration.py | 19 ++--
.../tests/migrate-ram-stream-content-test | 96 +++++++++++++++++++
.../tests/migrate-ram-stream-content-test.out | 5 +
8 files changed, 256 insertions(+), 39 deletions(-)
create mode 100755 tests/qemu-iotests/tests/migrate-ram-stream-content-test
create mode 100644 tests/qemu-iotests/tests/migrate-ram-stream-content-test.out
--
2.31.1
next reply other threads:[~2022-06-16 10:27 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-16 10:19 nikita.lapshin [this message]
2022-06-16 10:19 ` [PATCH 1/8] migration: Implemented new parameter stream_content nikita.lapshin
2022-06-16 10:32 ` Daniel P. Berrangé
2022-06-16 12:53 ` Nikita
2022-06-16 13:10 ` Daniel P. Berrangé
2022-06-16 13:22 ` Nikita
2022-06-16 10:19 ` [PATCH 2/8] migration: should_skip() implemented nikita.lapshin
2022-06-16 10:19 ` [PATCH 3/8] migration: Add vmstate part of migration stream nikita.lapshin
2022-06-16 10:20 ` [PATCH 4/8] igration: Add dirty-bitmaps " nikita.lapshin
2022-06-16 10:20 ` [PATCH 4/8] migration: " nikita.lapshin
2022-06-16 10:20 ` [PATCH 5/8] Add block " nikita.lapshin
2022-06-16 10:22 ` Nikita
2022-06-16 10:20 ` [PATCH 5/8] migration: " nikita.lapshin
2022-06-16 10:20 ` [PATCH 6/8] migration: Add RAM " nikita.lapshin
2022-06-16 10:20 ` [PATCH 7/8] migration: analyze-migration script changed nikita.lapshin
2022-06-16 10:20 ` [PATCH 8/8] migration: Test for RAM and vmstate parts nikita.lapshin
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=20220616102006.218693-1-nikita.lapshin@openvz.org \
--to=nikita.lapshin@openvz.org \
--cc=andrey.drobyshev@virtuozzo.com \
--cc=den@virtuozzo.com \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.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).