All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Reitz <mreitz@redhat.com>
To: Eric Blake <eblake@redhat.com>, qemu-devel@nongnu.org
Cc: armbru@redhat.com, marcandre.lureau@redhat.com,
	qemu-trivial@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
	"open list:Block layer core" <qemu-block@nongnu.org>
Subject: Re: [Qemu-trivial] [PATCH 2/2] qobject: Catch another straggler for use of qdict_put_str()
Date: Sun, 11 Jun 2017 14:40:05 +0200	[thread overview]
Message-ID: <e70e065e-cd44-8ba4-d3d4-e3424bf55d5c@redhat.com> (raw)
In-Reply-To: <20170609152017.7286-3-eblake@redhat.com>


[-- Attachment #1.1: Type: text/plain, Size: 589 bytes --]

On 2017-06-09 17:20, Eric Blake wrote:
> Dan's addition of key-secret improvements in commit 29cf9336 was
> developed prior to the addition of QDict scalar insertion macros,
> but merged after the general cleanup in commit 46f5ac20.
> Patch created mechanically by rerunning:
>   spatch --sp-file scripts/coccinelle/qobject.cocci \
>          --macro-file scripts/cocci-macro-file.h --dir . --in-place
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>  qemu-img.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Max Reitz <mreitz@redhat.com>


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 498 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Max Reitz <mreitz@redhat.com>
To: Eric Blake <eblake@redhat.com>, qemu-devel@nongnu.org
Cc: armbru@redhat.com, marcandre.lureau@redhat.com,
	qemu-trivial@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
	"open list:Block layer core" <qemu-block@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 2/2] qobject: Catch another straggler for use of qdict_put_str()
Date: Sun, 11 Jun 2017 14:40:05 +0200	[thread overview]
Message-ID: <e70e065e-cd44-8ba4-d3d4-e3424bf55d5c@redhat.com> (raw)
In-Reply-To: <20170609152017.7286-3-eblake@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

On 2017-06-09 17:20, Eric Blake wrote:
> Dan's addition of key-secret improvements in commit 29cf9336 was
> developed prior to the addition of QDict scalar insertion macros,
> but merged after the general cleanup in commit 46f5ac20.
> Patch created mechanically by rerunning:
>   spatch --sp-file scripts/coccinelle/qobject.cocci \
>          --macro-file scripts/cocci-macro-file.h --dir . --in-place
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>  qemu-img.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Max Reitz <mreitz@redhat.com>


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 498 bytes --]

  reply	other threads:[~2017-06-11 12:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09 15:20 [Qemu-trivial] [PATCH 0/2] qobject coccinelle followups Eric Blake
2017-06-09 15:20 ` [Qemu-devel] " Eric Blake
2017-06-09 15:20 ` [Qemu-trivial] [PATCH 1/2] qobject: Update coccinelle script to catch Q{INC, DEC}REF Eric Blake
2017-06-09 15:20   ` [Qemu-devel] " Eric Blake
2017-06-09 15:28   ` [Qemu-trivial] " Marc-André Lureau
2017-06-09 15:28     ` Marc-André Lureau
2017-06-09 15:31     ` [Qemu-trivial] " Marc-André Lureau
2017-06-09 15:31       ` Marc-André Lureau
2017-06-09 15:33     ` [Qemu-trivial] " Eric Blake
2017-06-09 15:33       ` Eric Blake
2017-06-09 15:36       ` [Qemu-trivial] " Marc-André Lureau
2017-06-09 15:36         ` Marc-André Lureau
2017-06-09 15:40     ` [Qemu-trivial] " Eric Blake
2017-06-09 15:40       ` Eric Blake
2017-06-09 15:20 ` [Qemu-trivial] [PATCH 2/2] qobject: Catch another straggler for use of qdict_put_str() Eric Blake
2017-06-09 15:20   ` [Qemu-devel] " Eric Blake
2017-06-11 12:40   ` Max Reitz [this message]
2017-06-11 12:40     ` Max Reitz
2017-06-11 21:28   ` [Qemu-trivial] [Qemu-block] " Alberto Garcia
2017-06-11 21:28     ` [Qemu-devel] " Alberto Garcia
2017-07-12 13:35 ` [Qemu-trivial] [PATCH 0/2] qobject coccinelle followups Michael Tokarev
2017-07-12 13:35   ` [Qemu-devel] " Michael Tokarev
2017-07-12 13:56   ` [Qemu-trivial] " Eric Blake
2017-07-12 13:56     ` [Qemu-devel] " Eric Blake
2017-07-12 15:48     ` [Qemu-trivial] " Markus Armbruster
2017-07-12 15:48       ` Markus Armbruster

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=e70e065e-cd44-8ba4-d3d4-e3424bf55d5c@redhat.com \
    --to=mreitz@redhat.com \
    --cc=armbru@redhat.com \
    --cc=eblake@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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.