qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] dump: Minor fixes & improvements
@ 2023-10-31 10:45 Markus Armbruster
  2023-10-31 10:45 ` [PATCH v2 1/5] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema Markus Armbruster
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Markus Armbruster @ 2023-10-31 10:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau, philmd

v2:
* PATCH 2: Use g_clear_pointer() [Marc-André]
* PATCH 4: Avoid QERR_INVALID_PARAMETER_VALUE [Philippe].  Replace
  qemu_open_old() by qemu_create().

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

 dump/dump.c | 59 +++++++++++++----------------------------------------
 1 file changed, 14 insertions(+), 45 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-10-31 10:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31 10:45 [PATCH v2 0/5] dump: Minor fixes & improvements Markus Armbruster
2023-10-31 10:45 ` [PATCH v2 1/5] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema Markus Armbruster
2023-10-31 10:45 ` [PATCH v2 2/5] dump: Fix g_array_unref(NULL) in dump-guest-memory Markus Armbruster
2023-10-31 10:45 ` [PATCH v2 3/5] dump: Recognize "fd:" protocols on Windows hosts Markus Armbruster
2023-10-31 10:45 ` [PATCH v2 4/5] dump: Improve some dump-guest-memory error messages Markus Armbruster
2023-10-31 10:45 ` [PATCH v2 5/5] dump: Drop redundant check for empty dump Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).