From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG9L3-0008HR-Up for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:50:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG99v-0002gB-25 for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:42:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG99u-0002g0-O9 for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:38:34 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0RGcYRL003140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 27 Jan 2015 11:38:34 -0500 From: Markus Armbruster Date: Tue, 27 Jan 2015 17:38:25 +0100 Message-Id: <1422376711-31648-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 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@redhat.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. 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