[PULL 0/2] Migration 20241113 patches

Peter Xu posted 2 patches 1 week, 2 days ago
migration/migration.c | 4 ++++
migration/multifd.c   | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
[PULL 0/2] Migration 20241113 patches
Posted by Peter Xu 1 week, 2 days ago
The following changes since commit f0cfd067867668870931c9411d96cd518564b7a8:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-09 12:34:01 +0000)

are available in the Git repository at:

  https://gitlab.com/peterx/qemu.git tags/migration-20241113-pull-request

for you to fetch changes up to 0926c002c7c71749a781de13f28b0481e029d323:

  migration: fix-possible-int-overflow (2024-11-13 13:02:46 -0500)

----------------------------------------------------------------
Migration pull request for 9.2-rc1

- Dmitry's small patch to quiesce a warning in possible uint32_t overflow
- Peter's fix on a recent regression to iotests (and potentially elsewhere)

----------------------------------------------------------------

Dmitry Frolov (1):
  migration: fix-possible-int-overflow

Peter Xu (1):
  migration: Check current_migration in migration_is_running()

 migration/migration.c | 4 ++++
 migration/multifd.c   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.45.0
Re: [PULL 0/2] Migration 20241113 patches
Posted by Peter Maydell 1 week ago
On Wed, 13 Nov 2024 at 20:16, Peter Xu <peterx@redhat.com> wrote:
>
> The following changes since commit f0cfd067867668870931c9411d96cd518564b7a8:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-11-09 12:34:01 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/peterx/qemu.git tags/migration-20241113-pull-request
>
> for you to fetch changes up to 0926c002c7c71749a781de13f28b0481e029d323:
>
>   migration: fix-possible-int-overflow (2024-11-13 13:02:46 -0500)
>
> ----------------------------------------------------------------
> Migration pull request for 9.2-rc1
>
> - Dmitry's small patch to quiesce a warning in possible uint32_t overflow
> - Peter's fix on a recent regression to iotests (and potentially elsewhere)
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM