From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGfD5-0007V9-Hz for qemu-devel@nongnu.org; Wed, 28 Jan 2015 21:52:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGfD4-0004Mr-Hi for qemu-devel@nongnu.org; Wed, 28 Jan 2015 21:51:59 -0500 Message-ID: <54C9A028.3040509@huawei.com> Date: Thu, 29 Jan 2015 10:51:20 +0800 From: Gonglei MIME-Version: 1.0 References: <1422376711-31648-1-git-send-email-armbru@redhat.com> <87k307qho2.fsf@blackfin.pond.sub.org> <54C97F4F.1090905@huawei.com> <54C9992C.6070601@redhat.com> In-Reply-To: <54C9992C.6070601@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] Trivial cleanups around g_malloc() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: "qemu-trivial@nongnu.org" , Markus Armbruster , "qemu-devel@nongnu.org" On 2015/1/29 10:21, Eric Blake wrote: > 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/ Yes, thanks :) > >> Reviewed-by: Gonglei >> >> Regards, >> -Gonglei >> >> >> >> >> >