[PULL v2 00/10] Next patches

Peter Xu posted 10 patches 1 week, 3 days ago
Only 0 patches received!
docs/system/security.rst          | 22 +++++++++++---
include/system/memory.h           | 46 ++++++++++++++++++++++-------
hw/remote/vfio-user-obj.c         |  4 +--
migration/channel.c               | 11 +++++--
migration/migration-hmp-cmds.c    | 18 ++++++++++++
migration/multifd-qatzip.c        |  5 +++-
migration/multifd-qpl.c           | 24 +++++++++++++---
migration/multifd-uadk.c          | 24 +++++++++++++---
migration/multifd-zlib.c          | 11 ++++++-
migration/multifd-zstd.c          | 11 ++++++-
migration/ram.c                   | 15 +++++++---
system/memory.c                   | 41 +-------------------------
system/physmem.c                  | 48 +++++++++++++++++++++++++++++--
tests/qtest/migration/tls-tests.c |  4 ++-
hmp-commands.hx                   | 12 +++++---
system/trace-events               |  2 --
16 files changed, 216 insertions(+), 82 deletions(-)
[PULL v2 00/10] Next patches
Posted by Peter Xu 1 week, 3 days ago
The following changes since commit 84f07211cc5b4fc6a371559bf8a5de4fb068e648:

  Update version for v11.1.0 release (2026-08-11 10:04:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 89f15c1362970150bf5711cdb84b9742c0db0cd8:

  migration: Fix rare hang of migration_channel_read_peek() (2026-08-13 09:41:40 -0400)

----------------------------------------------------------------
migration/mem pull for 11.2

v2: fixes macos build error

- Dongli's patch to add cpr-transfer support for HMP
- Fabiano's doc update for migration on security issues
- Gavin's fix for MMIO access support for memory APIs, reverting ram_device ops
- Sam's migration test build fix for !ASN1
- Peter's a few migration hardening fixes

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

Dongli Zhang (1):
  migration/cpr: Add HMP support for cpr-transfer

Fabiano Rosas (1):
  docs: Add security considerations for migration

Gavin Shan (3):
  system/memory: Use memmove() for directly accessible regions
  system/memory: Use qemu_ram_move() for directly accessible regions
  system/memory: Make ram device region directly accessible

Peter Xu (4):
  migration/multifd: Validate next_packet_size in zlib/zstd recv
  migration/multifd: Replace assert() with error_setg() in recv paths
  migration/ram: Check for RAMBlock size mismatch when parsing
  migration: Fix rare hang of migration_channel_read_peek()

Sam Heney (1):
  tests/qtest/migration: Only build tls_no_hostname test with TASN1

 docs/system/security.rst          | 22 +++++++++++---
 include/system/memory.h           | 46 ++++++++++++++++++++++-------
 hw/remote/vfio-user-obj.c         |  4 +--
 migration/channel.c               | 11 +++++--
 migration/migration-hmp-cmds.c    | 18 ++++++++++++
 migration/multifd-qatzip.c        |  5 +++-
 migration/multifd-qpl.c           | 24 +++++++++++++---
 migration/multifd-uadk.c          | 24 +++++++++++++---
 migration/multifd-zlib.c          | 11 ++++++-
 migration/multifd-zstd.c          | 11 ++++++-
 migration/ram.c                   | 15 +++++++---
 system/memory.c                   | 41 +-------------------------
 system/physmem.c                  | 48 +++++++++++++++++++++++++++++--
 tests/qtest/migration/tls-tests.c |  4 ++-
 hmp-commands.hx                   | 12 +++++---
 system/trace-events               |  2 --
 16 files changed, 216 insertions(+), 82 deletions(-)

-- 
2.54.0
Re: [PULL v2 00/10] Next patches
Posted by Richard Henderson 1 week, 3 days ago
On 8/13/26 06:44, Peter Xu wrote:
> The following changes since commit 84f07211cc5b4fc6a371559bf8a5de4fb068e648:
> 
>    Update version for v11.1.0 release (2026-08-11 10:04:46 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/peterx/qemu.git tags/next-pull-request
> 
> for you to fetch changes up to 89f15c1362970150bf5711cdb84b9742c0db0cd8:
> 
>    migration: Fix rare hang of migration_channel_read_peek() (2026-08-13 09:41:40 -0400)
> 
> ----------------------------------------------------------------
> migration/mem pull for 11.2
> 
> v2: fixes macos build error
> 
> - Dongli's patch to add cpr-transfer support for HMP
> - Fabiano's doc update for migration on security issues
> - Gavin's fix for MMIO access support for memory APIs, reverting ram_device ops
> - Sam's migration test build fix for !ASN1
> - Peter's a few migration hardening fixes

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/11.2 as appropriate.

r~