mbox

[PULL,0/8] Dump patches

Message ID 20231103070136.437557-1-marcandre.lureau@redhat.com
State New
Headers show

Pull-request

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

Message

Marc-André Lureau Nov. 3, 2023, 7:01 a.m. UTC
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(-)

Comments

Stefan Hajnoczi Nov. 6, 2023, 2:22 p.m. UTC | #1
Applied, thanks.

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