From: Fam Zheng <famz@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: pbonzini@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/3] scsi: Trivial cleanups around g_malloc()
Date: Fri, 5 Dec 2014 14:51:45 +0800 [thread overview]
Message-ID: <20141205065145.GA10827@ad.nay.redhat.com> (raw)
In-Reply-To: <1417698765-16311-1-git-send-email-armbru@redhat.com>
On Thu, 12/04 14:12, Markus Armbruster wrote:
> Markus Armbruster (3):
> scsi: Drop superfluous conditionals around g_free()
> scsi: Fuse g_malloc(); memset() into g_malloc0()
> scsi: Use g_new() & friends where that makes obvious sense
>
> hw/scsi/lsi53c895a.c | 2 +-
> hw/scsi/megasas.c | 6 ++----
> hw/scsi/scsi-generic.c | 6 ++----
> hw/scsi/virtio-scsi.c | 2 +-
> 4 files changed, 6 insertions(+), 10 deletions(-)
>
> --
> 1.9.3
>
>
Reviewed-by: Fam Zheng <famz@redhat.com>
next prev parent reply other threads:[~2014-12-05 6:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-04 13:12 [Qemu-devel] [PATCH 0/3] scsi: Trivial cleanups around g_malloc() Markus Armbruster
2014-12-04 13:12 ` [Qemu-devel] [PATCH 1/3] scsi: Drop superfluous conditionals around g_free() Markus Armbruster
2014-12-04 13:12 ` [Qemu-devel] [PATCH 2/3] scsi: Fuse g_malloc(); memset() into g_malloc0() Markus Armbruster
2014-12-04 13:12 ` [Qemu-devel] [PATCH 3/3] scsi: Use g_new() & friends where that makes obvious sense Markus Armbruster
2014-12-05 4:57 ` [Qemu-devel] [PATCH 0/3] scsi: Trivial cleanups around g_malloc() Eric Blake
2014-12-05 6:51 ` Fam Zheng [this message]
2014-12-05 15:55 ` Paolo Bonzini
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=20141205065145.GA10827@ad.nay.redhat.com \
--to=famz@redhat.com \
--cc=armbru@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@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.