[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/5] Next patches
From: |
Juan Quintela |
Subject: |
Re: [PULL 0/5] Next patches |
Date: |
Thu, 02 Feb 2023 16:11:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Juan Quintela <quintela@redhat.com> wrote:
NACK
As they are not integrated, I am sending a new PULL request with the fix
for the issue spotted by Vladimir.
> The following changes since commit 13356edb87506c148b163b8c7eb0695647d00c2a:
>
> Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
> staging (2023-01-24 09:45:33 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/juan.quintela/qemu.git tags/next-pull-request
>
> for you to fetch changes up to 07181bd32c39007855e25eb5675e9210e9ccd8da:
>
> migration: simplify migration_iteration_run() (2023-01-30 08:55:04 +0100)
>
> ----------------------------------------------------------------
> Migration PULL request
>
> Hi
>
> - Peter Xu fix for crash on hosts with guest page bigger than host
> - The parts that are reviewed of my vfio series
>
> Please, apply.
>
> ----------------------------------------------------------------
>
> Juan Quintela (4):
> migration: No save_live_pending() method uses the QEMUFile parameter
> migration: Split save_live_pending() into state_pending_*
> migration: Remove unused threshold_size parameter
> migration: simplify migration_iteration_run()
>
> Peter Xu (1):
> migration: Fix migration crash when target psize larger than host
>
> docs/devel/migration.rst | 18 ++++++-----
> docs/devel/vfio-migration.rst | 4 +--
> include/migration/register.h | 17 ++++++-----
> migration/savevm.h | 10 +++---
> hw/s390x/s390-stattrib.c | 11 ++++---
> hw/vfio/migration.c | 20 ++++++------
> migration/block-dirty-bitmap.c | 14 ++++-----
> migration/block.c | 13 ++++----
> migration/migration.c | 42 ++++++++++++++-----------
> migration/ram.c | 56 +++++++++++++++++++++++++++-------
> migration/savevm.c | 39 ++++++++++++++++++-----
> hw/vfio/trace-events | 2 +-
> migration/trace-events | 7 +++--
> 13 files changed, 163 insertions(+), 90 deletions(-)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PULL 0/5] Next patches,
Juan Quintela <=