From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIxAG-0007pw-1W for qemu-devel@nongnu.org; Wed, 04 Feb 2015 05:26:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIxAE-0003aX-TG for qemu-devel@nongnu.org; Wed, 04 Feb 2015 05:26:31 -0500 From: Markus Armbruster Date: Wed, 4 Feb 2015 11:26:01 +0100 Message-Id: <1423045567-29855-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6] Trivial cleanups around g_malloc() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, arei.gonglei@huawei.com, thuth@linux.vnet.ibm.com I'm routing these patches through qemu-trivial, even though some of them touch actively maintained code, and could go through the respective tree instead: * PATCH 1 block (Kevin, Stefan) * PATCH 3 KVM (Paolo) * PATCH 4 migration (Juan, Amit) * PATCH 5 VNC (Gerd) If you want me to reroute any of them, let me know. v2: * Trivially rebased, R-bys retained 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 hw/block/onenand.c | 8 +------- hw/net/rtl8139.c | 14 -------------- kvm-all.c | 4 ---- migration/rdma.c | 3 --- translate-all.c | 2 +- ui/vnc.c | 4 ---- 6 files changed, 2 insertions(+), 33 deletions(-) -- 1.9.3