From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHID2-00050x-6y for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:03:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHICx-0004tk-H0 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:03:19 -0400 Received: from [199.232.76.173] (port=48176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHICx-0004tW-Co for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:03:15 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54241) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHICw-0003jB-O6 for qemu-devel@nongnu.org; Thu, 18 Jun 2009 10:03:15 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5IE3Eia010122 for ; Thu, 18 Jun 2009 10:03:14 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5IE3Dhr012752 for ; Thu, 18 Jun 2009 10:03:13 -0400 Received: from doriath (vpn-10-106.bos.redhat.com [10.16.10.106]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5IE3B62003518 for ; Thu, 18 Jun 2009 10:03:12 -0400 Date: Thu, 18 Jun 2009 11:03:08 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH v3] use qemu_malloc and friends consistently Message-ID: <20090618110308.15c70194@doriath> In-Reply-To: <200906180200.44944.jcd@tribudubois.net> References: <200906180200.44944.jcd@tribudubois.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, 18 Jun 2009 02:00:44 +0200 "Jean-Christophe Dubois" wrote: > qemu_malloc, qemu_free and friends are not used consistently in the > qemu source code. > > This is an attempt to use these oveloaded functions consistently all > over the place instead of the default glibc versions. Although the changes are simple, I'd split this in a per-subsystem series. Just to make the reviewer's life easier.