From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwWSK-00040u-Gt for qemu-devel@nongnu.org; Thu, 04 Dec 2014 08:28:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwWSE-0006Yd-7P for qemu-devel@nongnu.org; Thu, 04 Dec 2014 08:28:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwWSE-0006YS-0J for qemu-devel@nongnu.org; Thu, 04 Dec 2014 08:28:22 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sB4DSK9b018024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 4 Dec 2014 08:28:20 -0500 From: Markus Armbruster Date: Thu, 4 Dec 2014 14:28:15 +0100 Message-Id: <1417699697-19409-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] net: Trivial cleanups around g_malloc() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com Markus Armbruster (2): net: Fuse g_malloc(); memset() into g_new0() net: Use g_new() & friends where that makes obvious sense net/l2tpv3.c | 9 ++++----- net/queue.c | 2 +- net/slirp.c | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) -- 1.9.3