From: Peter Xu <peterx@redhat.com>
To: Lukas Straub <lukasstraub2@web.de>
Cc: qemu-devel@nongnu.org, Fabiano Rosas <farosas@suse.de>,
Laurent Vivier <lvivier@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Zhang Chen <zhangckid@gmail.com>
Subject: Re: [PATCH 3/3] migration-test: Add COLO migration unit test
Date: Thu, 15 Jan 2026 17:42:12 -0500 [thread overview]
Message-ID: <aWltRH6Nra-Tji7w@x1.local> (raw)
In-Reply-To: <20260115233500.26fd1628@penguin>
On Thu, Jan 15, 2026 at 11:35:00PM +0100, Lukas Straub wrote:
> > > diff --git a/tests/qtest/migration/framework.c b/tests/qtest/migration/framework.c
> > > index 8c1fc6e009f16dc05a47e917167f62e0250ca992..08bca49a8980f9988be9447acf54b17acd56da94 100644
> > > --- a/tests/qtest/migration/framework.c
> > > +++ b/tests/qtest/migration/framework.c
> > > @@ -315,7 +315,7 @@ int migrate_args(char **from, char **to, const char *uri, MigrateStart *args)
> > > if (strcmp(arch, "i386") == 0 || strcmp(arch, "x86_64") == 0) {
> > > memory_size = "150M";
> > >
> > > - if (g_str_equal(arch, "i386")) {
> > > + if (g_str_equal(arch, "i386") || args->is_colo) {
> >
> > OK, one more reference..
> >
> > I'm curious, why Q35 is not supported?
>
> There is a bug in the emulated ahci disk controller which crashes when
> it's vmstate is loaded more than once.
I wonder what happens if one does a loadvm on top of a migrated QEMU, then.
Is that the only device that is broken? Could we fix the device instead?
Thanks,
--
Peter Xu
next prev parent reply other threads:[~2026-01-15 22:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-30 14:05 [PATCH 0/3] migration: Add COLO multifd support and COLO migration unit test Lukas Straub
2025-12-30 14:05 ` [PATCH 1/3] multifd: Add colo support Lukas Straub
2026-01-06 19:54 ` Peter Xu
2026-01-15 22:43 ` Lukas Straub
2025-12-30 14:05 ` [PATCH 2/3] migration-test: Add -snapshot option for COLO Lukas Straub
2026-01-06 19:55 ` Peter Xu
2026-01-15 22:37 ` Lukas Straub
2025-12-30 14:05 ` [PATCH 3/3] migration-test: Add COLO migration unit test Lukas Straub
2026-01-06 20:03 ` Peter Xu
2026-01-15 22:35 ` Lukas Straub
2026-01-15 22:42 ` Peter Xu [this message]
2025-12-30 15:02 ` [PATCH 0/3] migration: Add COLO multifd support and " Peter Xu
2026-01-04 5:44 ` Zhang Chen
2026-01-04 5:48 ` Zhang Chen
2026-01-06 19:48 ` Peter Xu
2026-01-15 21:45 ` Lukas Straub
2026-01-06 20:05 ` Peter Xu
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=aWltRH6Nra-Tji7w@x1.local \
--to=peterx@redhat.com \
--cc=farosas@suse.de \
--cc=lukasstraub2@web.de \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=zhangckid@gmail.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.