All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukas Straub <lukasstraub2@web.de>
To: qemu-devel@nongnu.org
Cc: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>,
	Laurent Vivier <lvivier@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Zhang Chen <zhangckid@gmail.com>,
	Hailiang Zhang <zhanghailiang@xfusion.com>,
	Markus Armbruster <armbru@redhat.com>,
	Li Zhijian <lizhijian@fujitsu.com>,
	"Dr. David Alan Gilbert" <dave@treblig.org>,
	Juan Quintela <quintela@trasno.org>
Subject: Re: [PATCH v10 00/19] migration: Add COLO multifd support and COLO migration unit test
Date: Thu, 26 Feb 2026 11:44:05 +0100	[thread overview]
Message-ID: <20260226114405.2cc0c538@penguin> (raw)
In-Reply-To: <20260220-colo_unit_test_multifd-v10-0-bfe67d422ef1@web.de>

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

On Fri, 20 Feb 2026 20:51:22 +0100
Lukas Straub <lukasstraub2@web.de> wrote:

> Hello everyone,
> This has some cleanups for and adds multifd support and migration unit tests
> for COLO migration.
> 
> Regards,
> Lukas
> 
> Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> ---
> Changes in v10:
> - multifd: always kick the main thread
> - always open the return path socket on source
> - Link to v9: https://lore.kernel.org/qemu-devel/20260218-colo_unit_test_multifd-v9-0-d8dbdb0ca6f6@web.de
> 

Gentle ping.

Best regards,
Lukas Straub

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2026-02-26 10:44 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-20 19:51 [PATCH v10 00/19] migration: Add COLO multifd support and COLO migration unit test Lukas Straub
2026-02-20 19:51 ` [PATCH v10 01/19] MAINTAINERS: Add myself as maintainer for COLO migration framework Lukas Straub
2026-02-20 19:51 ` [PATCH v10 02/19] MAINTAINERS: Remove Hailiang Zhang from " Lukas Straub
2026-02-20 19:51 ` [PATCH v10 03/19] colo: Setup ram cache in normal migration path Lukas Straub
2026-02-20 19:51 ` [PATCH v10 04/19] colo: Replace migration_incoming_colo_enabled() with migrate_colo() Lukas Straub
2026-02-20 19:51 ` [PATCH v10 05/19] colo: Remove ENABLE_COLO savevm command and mark it as deprecated Lukas Straub
2026-02-20 19:51 ` [PATCH v10 06/19] ram: Remove colo special-casing Lukas Straub
2026-02-20 19:51 ` [PATCH v10 07/19] multifd: Move ram state receive into multifd_ram_state_recv() Lukas Straub
2026-02-20 19:51 ` [PATCH v10 08/19] multifd: Add COLO support Lukas Straub
2026-02-20 19:51 ` [PATCH v10 09/19] Call colo_release_ram_cache() after multifd threads terminate Lukas Straub
2026-02-20 19:51 ` [PATCH v10 10/19] colo: Fix crash during device vmstate load Lukas Straub
2026-02-20 19:51 ` [PATCH v10 11/19] colo: Hold the BQL while sending ram state Lukas Straub
2026-02-20 19:51 ` [PATCH v10 12/19] colo: Do not hold the BQL while receiving " Lukas Straub
2026-02-20 19:51 ` [PATCH v10 13/19] migration-test: Add COLO migration unit test Lukas Straub
2026-02-20 19:51 ` [PATCH v10 14/19] Convert colo main documentation to restructuredText Lukas Straub
2026-02-20 19:51 ` [PATCH v10 15/19] qemu-colo.rst: Miscellaneous changes Lukas Straub
2026-02-20 19:51 ` [PATCH v10 16/19] qemu-colo.rst: Add my copyright Lukas Straub
2026-02-20 19:51 ` [PATCH v10 17/19] qemu-colo.rst: Simplify the block replication setup Lukas Straub
2026-02-20 19:51 ` [PATCH v10 18/19] multifd: Fix hang if send thread errors during sync Lukas Straub
2026-02-26 15:25   ` Peter Xu
2026-02-20 19:51 ` [PATCH v10 19/19] migration: Always open s->rp_state.from_dst_file on the source Lukas Straub
2026-02-26 15:49   ` Peter Xu
2026-02-27 11:49     ` Lukas Straub
2026-02-27 17:22       ` Peter Xu
2026-02-27 17:59         ` Lukas Straub
2026-02-28  0:22           ` Peter Xu
2026-02-26 10:44 ` Lukas Straub [this message]

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=20260226114405.2cc0c538@penguin \
    --to=lukasstraub2@web.de \
    --cc=armbru@redhat.com \
    --cc=dave@treblig.org \
    --cc=farosas@suse.de \
    --cc=lizhijian@fujitsu.com \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@trasno.org \
    --cc=zhangckid@gmail.com \
    --cc=zhanghailiang@xfusion.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.