All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: marcandre.lureau@redhat.com, qemu-devel@nongnu.org,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Dr. David Alan Gilbert" <dave@treblig.org>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Eric Blake" <eblake@redhat.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	richard.henderson@linaro.org, "Beraldo Leal" <bleal@redhat.com>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Stephen Brennan" <stephen.s.brennan@oracle.com>
Subject: Re: [PULL 3/8] dump: Add command interface for kdump-raw formats
Date: Wed, 08 Nov 2023 06:39:34 +0100	[thread overview]
Message-ID: <874jhwerc9.fsf@pond.sub.org> (raw)
In-Reply-To: <CAFEAcA9Pzr_bHom6hy8g8ARS6kbaqLZ8i0wCFT_yjrvBfJu9tQ@mail.gmail.com> (Peter Maydell's message of "Tue, 7 Nov 2023 13:54:08 +0000")

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>



  reply	other threads:[~2023-11-08  5:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jhwerc9.fsf@pond.sub.org \
    --to=armbru@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=bleal@redhat.com \
    --cc=dave@treblig.org \
    --cc=eblake@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=stephen.s.brennan@oracle.com \
    --cc=thuth@redhat.com \
    --cc=wainersm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.