From: Peter Xu <peterx@redhat.com>
To: Prasad Pandit <ppandit@redhat.com>
Cc: qemu-devel@nongnu.org, farosas@suse.de, berrange@redhat.com,
Prasad Pandit <pjp@fedoraproject.org>
Subject: Re: [PATCH v11 0/3] Allow to enable multifd and postcopy migration together
Date: Tue, 13 May 2025 17:50:58 -0400 [thread overview]
Message-ID: <aCO-wlBjV8E8DCdn@x1.local> (raw)
In-Reply-To: <20250512125124.147064-1-ppandit@redhat.com>
On Mon, May 12, 2025 at 06:21:21PM +0530, Prasad Pandit wrote:
> From: Prasad Pandit <pjp@fedoraproject.org>
>
> Hello,
>
> * This series (v11) fixes spelling and capitalisations glitches and
> does some refactoring and reordering changes as suggested in the
> review of v10.
> ===
> 67/67 qemu:qtest+qtest-x86_64 / qtest-x86_64/migration-test OK 196.69s 81 subtests passed
> ===
I queued it with some renames in the last test file, the fixup attached,
please let me know if anyone sees any issues.
In general, I put all the new tests under /migration/multifd+postcopy/,
rather than using different path.
Thanks,
===8<===
From 89c22f1c5fbb4afdf5bf3f3b0ef2dae162094488 Mon Sep 17 00:00:00 2001
From: Peter Xu <peterx@redhat.com>
Date: Tue, 13 May 2025 17:46:24 -0400
Subject: [PATCH] fixup! tests/qtest/migration: add postcopy tests with multifd
Signed-off-by: Peter Xu <peterx@redhat.com>
---
tests/qtest/migration/postcopy-tests.c | 4 ++--
tests/qtest/migration/tls-tests.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/qtest/migration/postcopy-tests.c b/tests/qtest/migration/postcopy-tests.c
index eb637f94f7..3773525843 100644
--- a/tests/qtest/migration/postcopy-tests.c
+++ b/tests/qtest/migration/postcopy-tests.c
@@ -137,9 +137,9 @@ void migration_test_add_postcopy(MigrationTestEnv *env)
"/migration/postcopy/recovery/double-failures/reconnect",
test_postcopy_recovery_fail_reconnect);
- migration_test_add("/migration/postcopy/multifd/plain",
+ migration_test_add("/migration/multifd+postcopy/plain",
test_multifd_postcopy);
- migration_test_add("/migration/postcopy/multifd/preempt/plain",
+ migration_test_add("/migration/multifd+postcopy/preempt/plain",
test_multifd_postcopy_preempt);
if (env->is_x86) {
migration_test_add("/migration/postcopy/suspend",
diff --git a/tests/qtest/migration/tls-tests.c b/tests/qtest/migration/tls-tests.c
index 50a07a1c0f..46b48ef78c 100644
--- a/tests/qtest/migration/tls-tests.c
+++ b/tests/qtest/migration/tls-tests.c
@@ -816,9 +816,9 @@ void migration_test_add_tls(MigrationTestEnv *env)
test_postcopy_preempt_tls_psk);
migration_test_add("/migration/postcopy/preempt/recovery/tls/psk",
test_postcopy_preempt_all);
- migration_test_add("/migration/postcopy/multifd/recovery/tls/psk",
+ migration_test_add("/migration/multifd+postcopy/recovery/tls/psk",
test_multifd_postcopy_recovery_tls_psk);
- migration_test_add("/migration/postcopy/multifd/preempt/recovery/tls/psk",
+ migration_test_add("/migration/multifd+postcopy/preempt/recovery/tls/psk",
test_multifd_postcopy_preempt_recovery_tls_psk);
}
#ifdef CONFIG_TASN1
--
2.49.0
--
Peter Xu
prev parent reply other threads:[~2025-05-13 21:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-12 12:51 [PATCH v11 0/3] Allow to enable multifd and postcopy migration together Prasad Pandit
2025-05-12 12:51 ` [PATCH v11 1/3] migration: write zero pages when postcopy enabled Prasad Pandit
2025-05-12 15:19 ` Fabiano Rosas
2025-05-12 12:51 ` [PATCH v11 2/3] migration: enable multifd and postcopy together Prasad Pandit
2025-05-12 12:51 ` [PATCH v11 3/3] tests/qtest/migration: add postcopy tests with multifd Prasad Pandit
2025-05-19 7:20 ` Prasad Pandit
2025-05-13 21:50 ` Peter Xu [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=aCO-wlBjV8E8DCdn@x1.local \
--to=peterx@redhat.com \
--cc=berrange@redhat.com \
--cc=farosas@suse.de \
--cc=pjp@fedoraproject.org \
--cc=ppandit@redhat.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 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.