Re: [PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

2023-09-18 Thread Daniel P . Berrangé
On Mon, Sep 18, 2023 at 10:34:30AM -0700, Stephen Brennan wrote: > Daniel P. Berrangé writes: > > # > > # @DumpGuestMemoryFormat: > > # > > # An enumeration of guest-memory-dump's format. > > # > > # @elf: elf format > > # > > # @kdump-zlib: makedumpfile flattened, kdump-compressed format with >

Re: [PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

2023-09-18 Thread Stephen Brennan
Daniel P. Berrangé writes: > On Wed, Sep 13, 2023 at 06:03:15PM -0700, Stephen Brennan wrote: >> This can be used from QMP command line as "-R" to mirror the >> corresponding flag for makedumpfile. This enables the kdump_reassembled >> flag introduced in the previous patch. >> >> Signed-off-by:

Re: [PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

2023-09-18 Thread Daniel P . Berrangé
On Wed, Sep 13, 2023 at 06:03:15PM -0700, Stephen Brennan wrote: > This can be used from QMP command line as "-R" to mirror the > corresponding flag for makedumpfile. This enables the kdump_reassembled > flag introduced in the previous patch. > > Signed-off-by: Stephen Brennan > --- >

Re: [PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

2023-09-18 Thread Marc-André Lureau
Hi On Thu, Sep 14, 2023 at 5:03 AM Stephen Brennan wrote: > > This can be used from QMP command line as "-R" to mirror the > corresponding flag for makedumpfile. This enables the kdump_reassembled > flag introduced in the previous patch. > > Signed-off-by: Stephen Brennan > --- >

[PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

2023-09-13 Thread Stephen Brennan
This can be used from QMP command line as "-R" to mirror the corresponding flag for makedumpfile. This enables the kdump_reassembled flag introduced in the previous patch. Signed-off-by: Stephen Brennan --- dump/dump-hmp-cmds.c | 8 +++- dump/dump.c | 12 +++-