From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: "Laurent Vivier" <laurent@vivier.eu>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Anthony Perard" <anthony.perard@citrix.com>,
"Christian Borntraeger" <borntraeger@de.ibm.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
xen-devel@lists.xenproject.org, qemu-arm@nongnu.org,
qemu-block@nongnu.org, qemu-devel@nongnu.org,
qemu-s390x@nongnu.org, "Markus Armbruster" <armbru@redhat.com>,
"Daniel P . Berrange" <berrange@redhat.com>,
"Cornelia Huck" <cohuck@redhat.com>,
"David Hildenbrand" <david@redhat.com>,
"Igor Mammedov" <imammedo@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Kevin Wolf" <kwolf@redhat.com>, "Max Reitz" <mreitz@redhat.com>,
"Alexander Graf" <agraf@suse.de>,
"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/8] Coccinelle cleanups
Date: Thu, 5 Jul 2018 16:47:07 +0300 [thread overview]
Message-ID: <20180705164656-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20180704153919.12432-1-f4bug@amsat.org>
On Wed, Jul 04, 2018 at 12:39:11PM -0300, Philippe Mathieu-Daudé wrote:
> Nothing exciting here, patches created mechanically
> (common after soft freeze).
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> Philippe Mathieu-Daudé (8):
> qobject: Catch another straggler for use of qdict_put_str()
> error: Remove NULL checks on error_propagate() calls
> crypto: Remove useless casts
> xen: Remove useless casts
> tests/bios-tables-test: Remove useless casts
> ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
> hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
> hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro
>
> include/hw/intc/arm_gicv3_common.h | 2 +-
> crypto/cipher-builtin.c | 4 ++--
> hw/pci-host/piix.c | 2 +-
> hw/pci-host/q35.c | 2 +-
> hw/s390x/virtio-ccw.c | 4 +---
> hw/xen/xen_pt_config_init.c | 2 +-
> qobject/block-qdict.c | 2 +-
> tests/bios-tables-test.c | 2 +-
> ui/vnc-enc-tight.c | 2 +-
> ui/vnc.c | 3 ++-
> 10 files changed, 12 insertions(+), 13 deletions(-)
>
> --
> 2.18.0
prev parent reply other threads:[~2018-07-05 13:47 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-04 15:39 [Qemu-devel] [PATCH 0/8] Coccinelle cleanups Philippe Mathieu-Daudé
2018-07-04 15:39 ` [Qemu-devel] [PATCH 1/8] qobject: Catch another straggler for use of qdict_put_str() Philippe Mathieu-Daudé
2018-07-05 5:38 ` Markus Armbruster
2018-07-04 15:39 ` [Qemu-devel] [PATCH 2/8] error: Remove NULL checks on error_propagate() calls Philippe Mathieu-Daudé
2018-07-05 5:38 ` Markus Armbruster
2018-07-05 8:49 ` David Hildenbrand
2018-07-04 15:39 ` [Qemu-devel] [PATCH 3/8] crypto: Remove useless casts Philippe Mathieu-Daudé
2018-07-04 15:51 ` Daniel P. Berrangé
2018-07-04 16:30 ` Philippe Mathieu-Daudé
2018-07-04 15:39 ` [Qemu-devel] [PATCH 4/8] xen: " Philippe Mathieu-Daudé
2018-07-05 5:39 ` Markus Armbruster
2018-07-05 10:05 ` Anthony PERARD
2018-07-05 10:16 ` Peter Maydell
2018-07-05 15:36 ` Philippe Mathieu-Daudé
2018-07-04 15:39 ` [Qemu-devel] [PATCH 5/8] tests/bios-tables-test: " Philippe Mathieu-Daudé
2018-07-05 5:39 ` Markus Armbruster
2018-07-04 15:39 ` [Qemu-devel] [PATCH 6/8] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro Philippe Mathieu-Daudé
2018-07-05 5:39 ` Markus Armbruster
2018-08-21 5:46 ` Gerd Hoffmann
2018-07-04 15:39 ` [Qemu-devel] [PATCH 7/8] hw/pci-host: " Philippe Mathieu-Daudé
2018-07-05 5:39 ` Markus Armbruster
2018-07-04 15:39 ` [Qemu-devel] [PATCH 8/8] hw/intc/gicv3: " Philippe Mathieu-Daudé
2018-07-05 8:33 ` [Qemu-devel] [PATCH 0/8] Coccinelle cleanups Markus Armbruster
2018-07-05 13:47 ` Michael S. Tsirkin [this message]
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=20180705164656-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=agraf@suse.de \
--cc=anthony.perard@citrix.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=f4bug@amsat.org \
--cc=imammedo@redhat.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=laurent@vivier.eu \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mreitz@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rth@twiddle.net \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).