From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHgwC-0005HK-0I for qemu-devel@nongnu.org; Mon, 07 Dec 2009 11:59:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHgw4-0005F7-Aa for qemu-devel@nongnu.org; Mon, 07 Dec 2009 11:59:49 -0500 Received: from [199.232.76.173] (port=34542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHgw4-0005Ez-7y for qemu-devel@nongnu.org; Mon, 07 Dec 2009 11:59:44 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:36824) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHgw4-00027B-EM for qemu-devel@nongnu.org; Mon, 07 Dec 2009 11:59:44 -0500 Received: by fg-out-1718.google.com with SMTP id e12so767450fga.10 for ; Mon, 07 Dec 2009 08:59:42 -0800 (PST) Message-ID: <4B1D347A.3030102@codemonkey.ws> Date: Mon, 07 Dec 2009 10:59:38 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Permit zero-sized qemu_malloc() & friends References: <4B1D2462.3070000@codemonkey.ws> <4B1D2696.5080003@redhat.com> <4B1D27EE.7060400@codemonkey.ws> <4B1D292D.4010700@redhat.com> <4B1D2B54.40402@codemonkey.ws> <4B1D2CC2.7010806@redhat.com> <4B1D2E2E.6060907@codemonkey.ws> <4B1D2F38.1040604@redhat.com> In-Reply-To: <4B1D2F38.1040604@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Kevin Wolf , Paul Brook , Markus Armbruster , qemu-devel@nongnu.org Avi Kivity wrote: > What about developers that hit the assert? Do they send patches that > fix code that works in production just so they can run in developer mode? Sounds like a good way to get developers to help convert from qemu_malloc() to qemu_new*() :-) If it helps, we can do a grep -l through qemu, put up a wiki page with all of the files, and allow people to sign up to convert individual files. I'm sure we could convert the whole tree over in a short period of time if we parallelize the effort and make some attempt to coordinate. Regards, Anthony Liguori