From: Eric Blake <eblake@redhat.com>
To: Gonglei <arei.gonglei@huawei.com>, Markus Armbruster <armbru@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 0/6] Trivial cleanups around g_malloc()
Date: Wed, 28 Jan 2015 19:21:32 -0700 [thread overview]
Message-ID: <54C9992C.6070601@redhat.com> (raw)
In-Reply-To: <54C97F4F.1090905@huawei.com>
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
On 01/28/2015 05:31 PM, Gonglei wrote:
> On 2015/1/28 19:16, Markus Armbruster wrote:
>
>> I screwed up cc: qemu-trivial, my apologies.
>>
>>> Markus Armbruster (6):
>>> onenand: g_malloc() can't fail, bury dead error handling
>>> rtl8139: g_malloc() can't fail, bury dead error handling
>>> kvm: g_malloc() can't fail, bury dead error handling
>>> rdma: g_malloc0() can't fail, bury dead error handling
>>> vnc: g_realloc() can't fail, bury dead error handling
>>> translate-all: Use g_try_malloc() for dynamic translator buffer
>>>
>>
>
> For serials:
s/serials/series/
> Reviewed-by: Gonglei <arei.gonglei@huawei.com>
>
> Regards,
> -Gonglei
>
>
>
>
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Eric Blake <eblake@redhat.com>
To: Gonglei <arei.gonglei@huawei.com>, Markus Armbruster <armbru@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/6] Trivial cleanups around g_malloc()
Date: Wed, 28 Jan 2015 19:21:32 -0700 [thread overview]
Message-ID: <54C9992C.6070601@redhat.com> (raw)
In-Reply-To: <54C97F4F.1090905@huawei.com>
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
On 01/28/2015 05:31 PM, Gonglei wrote:
> On 2015/1/28 19:16, Markus Armbruster wrote:
>
>> I screwed up cc: qemu-trivial, my apologies.
>>
>>> Markus Armbruster (6):
>>> onenand: g_malloc() can't fail, bury dead error handling
>>> rtl8139: g_malloc() can't fail, bury dead error handling
>>> kvm: g_malloc() can't fail, bury dead error handling
>>> rdma: g_malloc0() can't fail, bury dead error handling
>>> vnc: g_realloc() can't fail, bury dead error handling
>>> translate-all: Use g_try_malloc() for dynamic translator buffer
>>>
>>
>
> For serials:
s/serials/series/
> Reviewed-by: Gonglei <arei.gonglei@huawei.com>
>
> Regards,
> -Gonglei
>
>
>
>
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2015-01-29 2:21 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-27 16:38 [Qemu-devel] [PATCH 0/6] Trivial cleanups around g_malloc() Markus Armbruster
2015-01-27 16:38 ` [Qemu-devel] [PATCH 1/6] onenand: g_malloc() can't fail, bury dead error handling Markus Armbruster
2015-01-27 16:38 ` [Qemu-devel] [PATCH 2/6] rtl8139: " Markus Armbruster
2015-01-27 17:15 ` Thomas Huth
2015-01-28 10:58 ` Markus Armbruster
2015-01-27 16:38 ` [Qemu-devel] [PATCH 3/6] kvm: " Markus Armbruster
2015-01-27 17:22 ` Thomas Huth
2015-01-28 10:59 ` Markus Armbruster
2015-01-27 16:38 ` [Qemu-devel] [PATCH 4/6] rdma: g_malloc0() " Markus Armbruster
2015-01-27 16:38 ` [Qemu-devel] [PATCH 5/6] vnc: g_realloc() " Markus Armbruster
2015-01-27 17:17 ` Thomas Huth
2015-01-27 16:38 ` [Qemu-devel] [PATCH 6/6] translate-all: Use g_try_malloc() for dynamic translator buffer Markus Armbruster
2015-01-27 17:21 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/6] Trivial cleanups around g_malloc() Eric Blake
2015-01-27 17:21 ` Eric Blake
2015-01-28 11:16 ` [Qemu-trivial] " Markus Armbruster
2015-01-28 11:16 ` [Qemu-devel] " Markus Armbruster
2015-01-29 0:31 ` [Qemu-trivial] " Gonglei
2015-01-29 0:31 ` Gonglei
2015-01-29 2:21 ` Eric Blake [this message]
2015-01-29 2:21 ` Eric Blake
2015-01-29 2:51 ` [Qemu-trivial] " Gonglei
2015-01-29 2:51 ` Gonglei
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=54C9992C.6070601@redhat.com \
--to=eblake@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=armbru@redhat.com \
--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.