All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/12] Migration 20250520 patches
@ 2025-05-20 17:07 Peter Xu
  2025-05-20 17:07 ` [PULL 01/12] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers Peter Xu
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Peter Xu @ 2025-05-20 17:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Fabiano Rosas, Stefan Hajnoczi, peterx

The following changes since commit 2af4a82ab2cce3412ffc92cd4c96bd870e33bc8e:

  Merge tag 'pull-riscv-to-apply-20250519' of https://github.com/alistair23/qemu into staging (2025-05-19 14:00:54 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e09c6d837593aa1e12d92d7031c65a881eb2eb27:

  migration/hmp: Add "info migrate -a", reorg the dump (2025-05-20 13:05:57 -0400)

----------------------------------------------------------------
Migration pull

- Peter's vmstate static checker entry for recent hpet change
- Zhijian's rdma test patch to properly skip tests when locked_vm too low,
  and ipv6 test
- Fabiano's few CI changes
- Prasad's last patches to enable postcopy on precopy-multifd
- Maciej's fix to disable multifd zerocopy for device states
- Peter's HMP change to "info migrate", plus a small fix on cap set

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

Fabiano Rosas (3):
  ci: Re-enable python subtests in qtest migration suite
  ci: Fix build-previous-qemu when the version tag is absent
  ci: Reduce the size of artifacts for build-previous-qemu

Li Zhijian (2):
  qtest/migration/rdma: Enforce RLIMIT_MEMLOCK >= 128MB requirement
  qtest/migration/rdma: Add test for rdma migration with ipv6

Maciej S. Szmigiero (1):
  migration/multifd: Don't send device state packets with zerocopy flag

Peter Xu (3):
  scripts/vmstate-static-checker.py: Add new hpet entry for num_timers
  migration: Allow caps to be set when preempt or multifd cap enabled
  migration/hmp: Add "info migrate -a", reorg the dump

Prasad J Pandit (3):
  migration: write zero pages when postcopy enabled
  migration: enable multifd and postcopy together
  tests/qtest/migration: add postcopy tests with multifd

 migration/migration-hmp-cmds.c            | 186 +++++++++++-----------
 migration/multifd-nocomp.c                |   3 +-
 migration/multifd-zero-page.c             |  22 ++-
 migration/multifd.c                       |  14 +-
 migration/options.c                       |   9 +-
 migration/ram.c                           |   5 +-
 tests/qtest/migration/compression-tests.c |  18 +++
 tests/qtest/migration/postcopy-tests.c    |  27 ++++
 tests/qtest/migration/precopy-tests.c     |  83 +++++++++-
 tests/qtest/migration/tls-tests.c         |  51 ++++++
 .gitlab-ci.d/buildtest.yml                |  27 ++--
 hmp-commands-info.hx                      |   6 +-
 scripts/rdma-migration-helper.sh          |  57 +++++--
 scripts/vmstate-static-checker.py         |   1 +
 14 files changed, 373 insertions(+), 136 deletions(-)

-- 
2.49.0



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-05-22 18:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20 17:07 [PULL 00/12] Migration 20250520 patches Peter Xu
2025-05-20 17:07 ` [PULL 01/12] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers Peter Xu
2025-05-20 17:07 ` [PULL 02/12] qtest/migration/rdma: Enforce RLIMIT_MEMLOCK >= 128MB requirement Peter Xu
2025-05-20 17:07 ` [PULL 03/12] qtest/migration/rdma: Add test for rdma migration with ipv6 Peter Xu
2025-05-20 17:07 ` [PULL 04/12] ci: Re-enable python subtests in qtest migration suite Peter Xu
2025-05-20 17:07 ` [PULL 05/12] ci: Fix build-previous-qemu when the version tag is absent Peter Xu
2025-05-20 17:07 ` [PULL 06/12] ci: Reduce the size of artifacts for build-previous-qemu Peter Xu
2025-05-20 17:07 ` [PULL 07/12] migration: write zero pages when postcopy enabled Peter Xu
2025-05-20 17:07 ` [PULL 08/12] migration: enable multifd and postcopy together Peter Xu
2025-05-20 17:07 ` [PULL 09/12] tests/qtest/migration: add postcopy tests with multifd Peter Xu
2025-05-20 17:07 ` [PULL 10/12] migration/multifd: Don't send device state packets with zerocopy flag Peter Xu
2025-05-20 17:07 ` [PULL 11/12] migration: Allow caps to be set when preempt or multifd cap enabled Peter Xu
2025-05-20 17:07 ` [PULL 12/12] migration/hmp: Add "info migrate -a", reorg the dump Peter Xu
2025-05-22 18:47 ` [PULL 00/12] Migration 20250520 patches Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.