From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvONt-0002Aa-IB for qemu-devel@nongnu.org; Mon, 22 Aug 2011 02:53:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvONs-0000gn-OT for qemu-devel@nongnu.org; Mon, 22 Aug 2011 02:53:21 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:52676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvONs-0000gj-FO for qemu-devel@nongnu.org; Mon, 22 Aug 2011 02:53:20 -0400 Received: by wyf22 with SMTP id 22so3739106wyf.4 for ; Sun, 21 Aug 2011 23:53:19 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E51FCDE.4010302@redhat.com> Date: Mon, 22 Aug 2011 08:53:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1313689697-23627-1-git-send-email-avi@redhat.com> <4E4E7FCE.5050108@redhat.com> <4E50774B.9030901@codemonkey.ws> <4E510710.6000009@codemonkey.ws> In-Reply-To: <4E510710.6000009@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Wire g_new() and friends to the qemu_malloc() family List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Peter Maydell , Avi Kivity , qemu-devel@nongnu.org On 08/21/2011 03:24 PM, Anthony Liguori wrote: > There's not a lot of these but they need to be audited individual to > make sure that the frees correspond to mallocs. I had patches for these in the qemu_malloc world. I'll try to apply the sed script to the patches. Paolo