[PULL 0/7] Migration 20230316 patches

Juan Quintela posted 7 patches 1 year, 1 month ago
migration/multifd.c      |  3 ++-
migration/postcopy-ram.c | 11 ++++++-----
migration/rdma.c         | 11 ++++++-----
migration/target.c       |  2 +-
migration/xbzrle.c       | 12 ++++++------
5 files changed, 21 insertions(+), 18 deletions(-)
[PULL 0/7] Migration 20230316 patches
Posted by Juan Quintela 1 year, 1 month ago
The following changes since commit 9636e513255362c4a329e3e5fb2c97dab3c5ce47:

  Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into staging (2023-03-15 17:20:04 +0000)

are available in the Git repository at:

  https://gitlab.com/juan.quintela/qemu.git tags/migration-20230316-pull-request

for you to fetch changes up to fa76c854ae837328187bef41d80af5d1ad36681f:

  migration: fix populate_vfio_info (2023-03-16 16:07:07 +0100)

----------------------------------------------------------------
Migration Pull request

Hi

This is just fixes for migration.
- Fix rdma (dave)
- Remove unused variable (Zhijian)
- Fix AVX512 and XBZRLE (Matheus)
- Fix migration preempt (Peter)
- Fix populate_vfio_info (Steve)
- Fix multifd send trace (Wei)

Please apply.

Later, Juan.

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

Dr. David Alan Gilbert (1):
  migration/rdma: Fix return-path case

Li Zhijian (1):
  migration/rdma: Remove deprecated variable rdma_return_path

Matheus Tavares Bernardino (2):
  migration/xbzrle: use ctz64 to avoid undefined result
  migration/xbzrle: fix out-of-bounds write with axv512

Peter Xu (1):
  migration: Wait on preempt channel in preempt thread

Steve Sistare (1):
  migration: fix populate_vfio_info

Wei Wang (1):
  migration/multifd: correct multifd_send_thread to trace the flags

 migration/multifd.c      |  3 ++-
 migration/postcopy-ram.c | 11 ++++++-----
 migration/rdma.c         | 11 ++++++-----
 migration/target.c       |  2 +-
 migration/xbzrle.c       | 12 ++++++------
 5 files changed, 21 insertions(+), 18 deletions(-)

-- 
2.39.2
Re: [PULL 0/7] Migration 20230316 patches
Posted by Peter Maydell 1 year, 1 month ago
On Thu, 16 Mar 2023 at 15:13, Juan Quintela <quintela@redhat.com> wrote:
>
> The following changes since commit 9636e513255362c4a329e3e5fb2c97dab3c5ce47:
>
>   Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into staging (2023-03-15 17:20:04 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/juan.quintela/qemu.git tags/migration-20230316-pull-request
>
> for you to fetch changes up to fa76c854ae837328187bef41d80af5d1ad36681f:
>
>   migration: fix populate_vfio_info (2023-03-16 16:07:07 +0100)
>
> ----------------------------------------------------------------
> Migration Pull request
>
> Hi
>
> This is just fixes for migration.
> - Fix rdma (dave)
> - Remove unused variable (Zhijian)
> - Fix AVX512 and XBZRLE (Matheus)
> - Fix migration preempt (Peter)
> - Fix populate_vfio_info (Steve)
> - Fix multifd send trace (Wei)
>
> Please apply.
>
> Later, Juan.


Applied, thanks.

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

-- PMM