[PULL 0/8] Dump patches

marcandre.lureau@redhat.com posted 8 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231103070136.437557-1-marcandre.lureau@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
qapi/dump.json        |  24 +++++--
include/sysemu/dump.h |   3 +-
dump/dump-hmp-cmds.c  |  21 ++++--
dump/dump.c           | 158 +++++++++++++++++++++++-------------------
hmp-commands.hx       |   9 ++-
5 files changed, 134 insertions(+), 81 deletions(-)
[PULL 0/8] Dump patches
Posted by marcandre.lureau@redhat.com 1 year ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 6c9ae1ce82b65faa3f266fd103729878cf11e07e:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2023-11-01 06:58:11 +0900)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/dump-pull-request

for you to fetch changes up to 4023839757b2c01e0350ce92902c6f74dce7d011:

  dump: Drop redundant check for empty dump (2023-11-02 18:40:50 +0400)

----------------------------------------------------------------
dump queue

Hi

The "dump" queue, with:
- [PATCH v3 qemu 0/3] Allow dump-guest-memory to output standard kdump format
- [PATCH v2 0/5] dump: Minor fixes & improvements

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

Markus Armbruster (5):
  dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema
  dump: Fix g_array_unref(NULL) in dump-guest-memory
  dump: Recognize "fd:" protocols on Windows hosts
  dump: Improve some dump-guest-memory error messages
  dump: Drop redundant check for empty dump

Stephen Brennan (3):
  dump: Pass DumpState to write_ functions
  dump: Allow directly outputting raw kdump format
  dump: Add command interface for kdump-raw formats

 qapi/dump.json        |  24 +++++--
 include/sysemu/dump.h |   3 +-
 dump/dump-hmp-cmds.c  |  21 ++++--
 dump/dump.c           | 158 +++++++++++++++++++++++-------------------
 hmp-commands.hx       |   9 ++-
 5 files changed, 134 insertions(+), 81 deletions(-)

-- 
2.41.0


Re: [PULL 0/8] Dump patches
Posted by Stefan Hajnoczi 1 year ago
Applied, thanks.

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