[PULL 0/7] Migration.next patches

Juan Quintela posted 7 patches 2 years, 6 months ago
Failed in applying to current master (apply log)
meson.build            |   6 +++
migration/multifd.h    |   4 ++
migration/migration.c  |  12 +++++
migration/multifd.c    |  35 ++++++++++---
migration/ram.c        |  13 ++---
migration/rdma.c       | 113 ++++++++++++++++++++++++++++++++++-------
migration/trace-events |   2 +
7 files changed, 151 insertions(+), 34 deletions(-)
[PULL 0/7] Migration.next patches
Posted by Juan Quintela 2 years, 6 months ago
The following changes since commit 362534a643b4a34bcb223996538ce9de5cdab946:

  Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20211018-pull-request' into staging (2021-10-18 12:17:24 -0700)

are available in the Git repository at:

  https://github.com/juanquintela/qemu.git tags/migration.next-pull-request

for you to fetch changes up to 911965ace9386e35ca022a65bb45a32fd421af3e:

  migration/rdma: advise prefetch write for ODP region (2021-10-19 08:39:04 +0200)

----------------------------------------------------------------
Migration Pull request (3rd try)

Hi

This should fix all the freebsd problems.

Please apply,

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

David Hildenbrand (1):
  migration/ram: Don't passs RAMState to
    migration_clear_memory_region_dirty_bitmap_*()

Li Zhijian (4):
  migration: allow multifd for socket protocol only
  migration: allow enabling mutilfd for specific protocol only
  migration/rdma: Try to register On-Demand Paging memory region
  migration/rdma: advise prefetch write for ODP region

Lukas Straub (2):
  multifd: Implement yank for multifd send side
  multifd: Unconditionally unregister yank function

 meson.build            |   6 +++
 migration/multifd.h    |   4 ++
 migration/migration.c  |  12 +++++
 migration/multifd.c    |  35 ++++++++++---
 migration/ram.c        |  13 ++---
 migration/rdma.c       | 113 ++++++++++++++++++++++++++++++++++-------
 migration/trace-events |   2 +
 7 files changed, 151 insertions(+), 34 deletions(-)

-- 
2.31.1



Re: [PULL 0/7] Migration.next patches
Posted by Richard Henderson 2 years, 6 months ago
On 10/19/21 2:29 AM, Juan Quintela wrote:
> The following changes since commit 362534a643b4a34bcb223996538ce9de5cdab946:
> 
>    Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20211018-pull-request' into staging (2021-10-18 12:17:24 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/juanquintela/qemu.git tags/migration.next-pull-request
> 
> for you to fetch changes up to 911965ace9386e35ca022a65bb45a32fd421af3e:
> 
>    migration/rdma: advise prefetch write for ODP region (2021-10-19 08:39:04 +0200)
> 
> ----------------------------------------------------------------
> Migration Pull request (3rd try)
> 
> Hi
> 
> This should fix all the freebsd problems.
> 
> Please apply,
> 
> ----------------------------------------------------------------
> 
> David Hildenbrand (1):
>    migration/ram: Don't passs RAMState to
>      migration_clear_memory_region_dirty_bitmap_*()
> 
> Li Zhijian (4):
>    migration: allow multifd for socket protocol only
>    migration: allow enabling mutilfd for specific protocol only
>    migration/rdma: Try to register On-Demand Paging memory region
>    migration/rdma: advise prefetch write for ODP region
> 
> Lukas Straub (2):
>    multifd: Implement yank for multifd send side
>    multifd: Unconditionally unregister yank function
> 
>   meson.build            |   6 +++
>   migration/multifd.h    |   4 ++
>   migration/migration.c  |  12 +++++
>   migration/multifd.c    |  35 ++++++++++---
>   migration/ram.c        |  13 ++---
>   migration/rdma.c       | 113 ++++++++++++++++++++++++++++++++++-------
>   migration/trace-events |   2 +
>   7 files changed, 151 insertions(+), 34 deletions(-)

Applied, thanks.

r~