[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 3/8] dump: Add command interface for kdump-raw formats
|
From: |
Stephen Brennan |
|
Subject: |
Re: [PULL 3/8] dump: Add command interface for kdump-raw formats |
|
Date: |
Tue, 07 Nov 2023 23:37:20 -0800 |
Markus Armbruster <armbru@redhat.com> writes:
> Peter Maydell <peter.maydell@linaro.org> writes:
>
>> On Fri, 3 Nov 2023 at 07:02, <marcandre.lureau@redhat.com> wrote:
>>>
>>> From: Stephen Brennan <stephen.s.brennan@oracle.com>
>>>
>>> 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 to add a single flag "-R" to
>>> switch the kdump formats to "raw" mode. The choice of "-R" also
>>> correlates nicely to the "makedumpfile -R" option, which would serve to
>>> reassemble a flattened vmcore.
>>>
>>> Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
>>> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
>>> [ Marc-André: replace loff_t with off_t, indent fixes ]
>>> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>>> Message-Id: <20230918233233.1431858-4-stephen.s.brennan@oracle.com>
>>
>> Hi; Coverity points out some issues in this commit:
>
> Proposed fixes:
>
> Subject: [PATCH 0/2] dump: Fix issues flagged by Coverity
> Message-ID: <20231108053731.112043-1-armbru@redhat.com>
Closing the loop on this, these fixes were exactly right. Sorry for the
extra work here folks.
Stephen
- [PULL 0/8] Dump patches, marcandre . lureau, 2023/11/03
- [PULL 4/8] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema, marcandre . lureau, 2023/11/03
- [PULL 5/8] dump: Fix g_array_unref(NULL) in dump-guest-memory, marcandre . lureau, 2023/11/03
- [PULL 6/8] dump: Recognize "fd:" protocols on Windows hosts, marcandre . lureau, 2023/11/03
- [PULL 8/8] dump: Drop redundant check for empty dump, marcandre . lureau, 2023/11/03
- [PULL 7/8] dump: Improve some dump-guest-memory error messages, marcandre . lureau, 2023/11/03
- Re: [PULL 0/8] Dump patches, Stefan Hajnoczi, 2023/11/06