All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] Dump patches
@ 2023-11-03  7:01 marcandre.lureau
  2023-11-03  7:01 ` [PULL 1/8] dump: Pass DumpState to write_ functions marcandre.lureau
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: marcandre.lureau @ 2023-11-03  7:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Daniel P. Berrangé, Alex Bennée,
	Gerd Hoffmann, Thomas Huth, Philippe Mathieu-Daudé,
	Dr. David Alan Gilbert, Michael S. Tsirkin,
	Marc-André Lureau, Eric Blake, Markus Armbruster,
	richard.henderson, Beraldo Leal, Wainer dos Santos Moschetta

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



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

end of thread, other threads:[~2023-11-08  7:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03  7:01 [PULL 0/8] Dump patches marcandre.lureau
2023-11-03  7:01 ` [PULL 1/8] dump: Pass DumpState to write_ functions marcandre.lureau
2023-11-03  7:01 ` [PULL 2/8] dump: Allow directly outputting raw kdump format marcandre.lureau
2023-11-03  7:01 ` [PULL 3/8] dump: Add command interface for kdump-raw formats marcandre.lureau
2023-11-07 13:54   ` Peter Maydell
2023-11-08  5:39     ` Markus Armbruster
2023-11-08  7:37       ` Stephen Brennan
2023-11-03  7:01 ` [PULL 4/8] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema marcandre.lureau
2023-11-03  7:01 ` [PULL 5/8] dump: Fix g_array_unref(NULL) in dump-guest-memory marcandre.lureau
2023-11-03  7:01 ` [PULL 6/8] dump: Recognize "fd:" protocols on Windows hosts marcandre.lureau
2023-11-03  7:01 ` [PULL 7/8] dump: Improve some dump-guest-memory error messages marcandre.lureau
2023-11-03  7:01 ` [PULL 8/8] dump: Drop redundant check for empty dump marcandre.lureau
2023-11-06 14:22 ` [PULL 0/8] Dump 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.