* [PULL 0/1] Migration 20241202 patches
@ 2024-12-02 21:29 Peter Xu
2024-12-02 21:29 ` [PULL 1/1] migration: correct multifd receive thread name Peter Xu
2024-12-03 13:43 ` [PULL 0/1] Migration 20241202 patches Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Peter Xu @ 2024-12-02 21:29 UTC (permalink / raw)
To: qemu-devel; +Cc: Fabiano Rosas, Peter Maydell, peterx
The following changes since commit eb22a064455aeebc105cc89bf77f48aa18b52938:
Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging (2024-12-02 16:16:15 +0000)
are available in the Git repository at:
https://gitlab.com/peterx/qemu.git tags/migration-20241202-pull-request
for you to fetch changes up to 3b83e663611c628bb04ae84a4f7ee49bdb68138b:
migration: correct multifd receive thread name (2024-12-02 14:20:44 -0500)
----------------------------------------------------------------
Migration pull for 9.2-rc3
- Prasad's one fix on thread name typo
----------------------------------------------------------------
Prasad J Pandit (1):
migration: correct multifd receive thread name
migration/migration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.47.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PULL 1/1] migration: correct multifd receive thread name
2024-12-02 21:29 [PULL 0/1] Migration 20241202 patches Peter Xu
@ 2024-12-02 21:29 ` Peter Xu
2024-12-03 13:43 ` [PULL 0/1] Migration 20241202 patches Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Xu @ 2024-12-02 21:29 UTC (permalink / raw)
To: qemu-devel; +Cc: Fabiano Rosas, Peter Maydell, peterx, Prasad Pandit
From: Prasad Pandit <pjp@fedoraproject.org>
Multifd receive threads run on the destination side.
Correct the thread name marco to indicate the same.
Fixes: e620b1e4770b ("migration: Put thread names together with macros")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20241127111528.167330-1-ppandit@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
---
migration/migration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/migration/migration.h b/migration/migration.h
index 0956e9274b..3857905c0e 100644
--- a/migration/migration.h
+++ b/migration/migration.h
@@ -37,7 +37,7 @@
#define MIGRATION_THREAD_SRC_TLS "mig/src/tls"
#define MIGRATION_THREAD_DST_COLO "mig/dst/colo"
-#define MIGRATION_THREAD_DST_MULTIFD "mig/src/recv_%d"
+#define MIGRATION_THREAD_DST_MULTIFD "mig/dst/recv_%d"
#define MIGRATION_THREAD_DST_FAULT "mig/dst/fault"
#define MIGRATION_THREAD_DST_LISTEN "mig/dst/listen"
#define MIGRATION_THREAD_DST_PREEMPT "mig/dst/preempt"
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PULL 0/1] Migration 20241202 patches
2024-12-02 21:29 [PULL 0/1] Migration 20241202 patches Peter Xu
2024-12-02 21:29 ` [PULL 1/1] migration: correct multifd receive thread name Peter Xu
@ 2024-12-03 13:43 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2024-12-03 13:43 UTC (permalink / raw)
To: Peter Xu; +Cc: qemu-devel, Fabiano Rosas
On Mon, 2 Dec 2024 at 21:30, Peter Xu <peterx@redhat.com> wrote:
>
> The following changes since commit eb22a064455aeebc105cc89bf77f48aa18b52938:
>
> Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into staging (2024-12-02 16:16:15 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/peterx/qemu.git tags/migration-20241202-pull-request
>
> for you to fetch changes up to 3b83e663611c628bb04ae84a4f7ee49bdb68138b:
>
> migration: correct multifd receive thread name (2024-12-02 14:20:44 -0500)
>
> ----------------------------------------------------------------
> Migration pull for 9.2-rc3
>
> - Prasad's one fix on thread name typo
>
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-03 13:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 21:29 [PULL 0/1] Migration 20241202 patches Peter Xu
2024-12-02 21:29 ` [PULL 1/1] migration: correct multifd receive thread name Peter Xu
2024-12-03 13:43 ` [PULL 0/1] Migration 20241202 patches Peter Maydell
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.