Re: [PULL 3/8] dump: Add command interface for kdump-raw formats

2023-11-07 Thread Stephen Brennan
Markus Armbruster writes: > Peter Maydell writes: > >> On Fri, 3 Nov 2023 at 07:02, wrote: >>> >>> From: Stephen Brennan >>> >>> The QMP dump API represents the dump format as an enumeration. Add three >>> new enumerators, one for each supported kdump compression, each named >>> "kdump-raw-*".

Re: [PULL 3/8] dump: Add command interface for kdump-raw formats

2023-11-07 Thread Markus Armbruster
Peter Maydell writes: > On Fri, 3 Nov 2023 at 07:02, wrote: >> >> From: Stephen Brennan >> >> The QMP dump API represents the dump format as an enumeration. Add three >> new enumerators, one for each supported kdump compression, each named >> "kdump-raw-*". >> >> For the HMP command line, rathe

Re: [PULL 3/8] dump: Add command interface for kdump-raw formats

2023-11-07 Thread Peter Maydell
On Fri, 3 Nov 2023 at 07:02, wrote: > > From: Stephen Brennan > > The QMP dump API represents the dump format as an enumeration. Add three > new enumerators, one for each supported kdump compression, each named > "kdump-raw-*". > > For the HMP command line, rather than adding a new flag correspon

[PULL 3/8] dump: Add command interface for kdump-raw formats

2023-11-03 Thread marcandre . lureau
From: Stephen Brennan The QMP dump API represents the dump format as an enumeration. Add three new enumerators, one for each supported kdump compression, each named "kdump-raw-*". For the HMP command line, rather than adding a new flag corresponding to each format, it seems more human-friendly t