[GIT PULL 0/8] Dump patches for 2026-06-30

Marc-André Lureau posted 8 patches 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260630-dump-v1-0-7df3087dffc9@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Ani Sinha <anisinha@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS              |   1 +
include/migration/misc.h |   3 +
dump/dump.c              |   8 +-
dump/win_dump-x86.c      |  49 ++++++-
migration/migration.c    |   6 +
system/cpus.c            |  11 ++
tests/qtest/dump-test.c  | 331 +++++++++++++++++++++++++++++++++++++++++++++++
tests/qtest/meson.build  |   1 +
8 files changed, 402 insertions(+), 8 deletions(-)
create mode 100644 tests/qtest/dump-test.c
[GIT PULL 0/8] Dump patches for 2026-06-30
Posted by Marc-André Lureau 3 weeks, 4 days ago
The following changes since commit 30e8a06b64aa58a3990ba39cb5d09531e7d265e0:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2026-06-29 17:41:42 +0200)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/dump-pr-v1

for you to fetch changes up to 89f7c15e628147edd1cae5214827c8175e8fabd1:

  dump: fix misleading VMCOREINFO phys_base parse error (2026-06-30 19:12:59 +0400)

----------------------------------------------------------------
Dump patches for 2026-06-30

To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

----------------------------------------------------------------
Denis V. Lunev (7):
      migration: add migration_guest_ram_loading() helper
      dump: refuse dump-guest-memory while guest RAM is being migrated
      system/cpus: refuse memsave/pmemsave while guest RAM is being migrated
      dump: make win_dump_available() check vmcoreinfo for a Windows dump header
      tests/qtest: add dump-guest-memory test
      tests/qtest/dump: reject win-dmp without vmcoreinfo
      tests/qtest/dump: cover win-dmp availability via vmcoreinfo

yujun (1):
      dump: fix misleading VMCOREINFO phys_base parse error

 MAINTAINERS              |   1 +
 include/migration/misc.h |   3 +
 dump/dump.c              |   8 +-
 dump/win_dump-x86.c      |  49 ++++++-
 migration/migration.c    |   6 +
 system/cpus.c            |  11 ++
 tests/qtest/dump-test.c  | 331 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/qtest/meson.build  |   1 +
 8 files changed, 402 insertions(+), 8 deletions(-)
 create mode 100644 tests/qtest/dump-test.c


Re: [GIT PULL 0/8] Dump patches for 2026-06-30
Posted by Stefan Hajnoczi 3 weeks, 2 days ago
Applied, thanks.

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