From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
David Hildenbrand <david@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
Fabiano Rosas <farosas@suse.de>,
peterx@redhat.com
Subject: [PULL v2 0/6] Migration 20240917 patches
Date: Wed, 18 Sep 2024 14:31:45 -0400 [thread overview]
Message-ID: <20240918183151.6413-1-peterx@redhat.com> (raw)
The following changes since commit 2b81c046252fbfb375ad30632362fc16e6e22bd5:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2024-09-17 14:02:18 +0100)
are available in the Git repository at:
https://gitlab.com/peterx/qemu.git tags/migration-20240917-pull-request
for you to fetch changes up to 4ce56229087860805877075ddb29dd44578365a9:
migration/multifd: Fix rb->receivedmap cleanup race (2024-09-18 14:27:39 -0400)
----------------------------------------------------------------
Migration pull request for 9.2
- Fabiano's patch to move two tests to slow tests.
- Peter's patch to fix qatzip builds
- Stefan's multifd-zstd fix on unsigned diff comparisons
- Fea's bug fix to consistently use memattrs when map() address space
- Fabiano's bug fix on multifd race condition against receivedmap
----------------------------------------------------------------
Fabiano Rosas (3):
tests/qtest/migration: Move a couple of slow tests under g_test_slow
migration/savevm: Remove extra load cleanup calls
migration/multifd: Fix rb->receivedmap cleanup race
Fea.Wang (1):
softmmu/physmem.c: Keep transaction attribute in address_space_map()
Peter Xu (1):
migration/multifd: Fix build for qatzip
Stefan Weil (1):
migration/multifd: Fix loop conditions in multifd_zstd_send_prepare
and multifd_zstd_recv
migration/migration.c | 5 +++++
migration/multifd-qatzip.c | 18 +++++++++---------
migration/multifd-zstd.c | 8 ++++----
migration/savevm.c | 8 ++++----
system/physmem.c | 2 +-
tests/qtest/migration-test.c | 8 +++++---
6 files changed, 28 insertions(+), 21 deletions(-)
--
2.45.0
next reply other threads:[~2024-09-18 18:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-18 18:31 Peter Xu [this message]
2024-09-18 18:31 ` [PULL v2 1/6] tests/qtest/migration: Move a couple of slow tests under g_test_slow Peter Xu
2024-09-18 18:31 ` [PULL v2 2/6] migration/multifd: Fix build for qatzip Peter Xu
2024-09-18 18:31 ` [PULL v2 3/6] migration/multifd: Fix loop conditions in multifd_zstd_send_prepare and multifd_zstd_recv Peter Xu
2024-09-18 18:31 ` [PULL v2 4/6] softmmu/physmem.c: Keep transaction attribute in address_space_map() Peter Xu
2024-09-18 18:31 ` [PULL v2 5/6] migration/savevm: Remove extra load cleanup calls Peter Xu
2024-09-18 18:31 ` [PULL v2 6/6] migration/multifd: Fix rb->receivedmap cleanup race Peter Xu
2024-09-19 9:08 ` [PULL v2 0/6] Migration 20240917 patches Peter Maydell
2024-09-19 11:59 ` Peter Xu
2024-09-19 13:34 ` Peter Maydell
2024-09-19 14:05 ` Fabiano Rosas
2024-09-19 16:29 ` Peter Xu
2024-09-19 16:35 ` 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=20240918183151.6413-1-peterx@redhat.com \
--to=peterx@redhat.com \
--cc=david@redhat.com \
--cc=farosas@suse.de \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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.