The following changes since commit c6f5e042d89e79206cd1ce5525d3df219f13c3cc:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210913-3' into staging (2021-09-13 21:06:15 +0100) 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 d634d0e7b0225f97f45cecb72ca90bd0e7bdb211: migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*() (2021-09-14 13:45:06 +0200) ---------------------------------------------------------------- Migration Pull request (take 2) This pull request includes: - Remove RAMState unused parameter for several prototypes (dropped) - RDMA fix - give an error when using RDMA and multifd - Implement yank for multifd send side Please, Apply. ---------------------------------------------------------------- David Hildenbrand (1): migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*() Li Zhijian (2): 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 migration/multifd.h | 2 + migration/multifd.c | 11 ++-- migration/ram.c | 13 ++--- migration/rdma.c | 111 ++++++++++++++++++++++++++++++++++------- migration/trace-events | 2 + 5 files changed, 107 insertions(+), 32 deletions(-) -- 2.31.1