From: Lukas Straub <lukasstraub2@web.de>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>,
Leonardo Bras <leobras@redhat.com>
Subject: [PATCH v2 0/6] multifd: Add colo support
Date: Mon, 8 May 2023 21:10:34 +0200 [thread overview]
Message-ID: <cover.1683572883.git.lukasstraub2@web.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 951 bytes --]
Hello Everyone,
These patches add support for colo to multifd.
-v2:
- Split out addition of p->block
- Add more comments
Lukas Straub (6):
ram: Add public helper to set colo bitmap
ram: Let colo_flush_ram_cache take the bitmap_mutex
multifd: Introduce multifd-internal.h
multifd: Introduce a overridable revc_pages method
multifd: Add the ramblock to MultiFDRecvParams
multifd: Add colo support
migration/meson.build | 1 +
migration/multifd-colo.c | 67 ++++++++++++++++++++++++++++++++
migration/multifd-internal.h | 39 +++++++++++++++++++
migration/multifd.c | 74 +++++++++++++++++++++++-------------
migration/multifd.h | 2 +
migration/ram.c | 19 +++++++--
migration/ram.h | 1 +
7 files changed, 173 insertions(+), 30 deletions(-)
create mode 100644 migration/multifd-colo.c
create mode 100644 migration/multifd-internal.h
--
2.39.2
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2023-05-08 19:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 19:10 Lukas Straub [this message]
2023-05-08 19:10 ` [PATCH v2 1/6] ram: Add public helper to set colo bitmap Lukas Straub
2023-05-09 10:44 ` Juan Quintela
2023-05-08 19:10 ` [PATCH v2 2/6] ram: Let colo_flush_ram_cache take the bitmap_mutex Lukas Straub
2023-05-09 10:44 ` Juan Quintela
2023-05-08 19:11 ` [PATCH v2 3/6] multifd: Introduce multifd-internal.h Lukas Straub
2023-05-08 19:11 ` [PATCH v2 4/6] multifd: Introduce a overridable revc_pages method Lukas Straub
2023-05-08 19:11 ` [PATCH v2 5/6] multifd: Add the ramblock to MultiFDRecvParams Lukas Straub
2023-05-09 10:45 ` Juan Quintela
2023-05-08 19:11 ` [PATCH v2 6/6] multifd: Add colo support Lukas Straub
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.1683572883.git.lukasstraub2@web.de \
--to=lukasstraub2@web.de \
--cc=leobras@redhat.com \
--cc=peterx@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 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.