From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAjqF-0001hk-TL for qemu-devel@nongnu.org; Tue, 04 Feb 2014 12:36:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAjmI-0001dm-6j for qemu-devel@nongnu.org; Tue, 04 Feb 2014 12:31:23 -0500 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:62158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAjmI-0001dY-3K for qemu-devel@nongnu.org; Tue, 04 Feb 2014 12:27:18 -0500 Received: by mail-qc0-f179.google.com with SMTP id e16so13930216qcx.38 for ; Tue, 04 Feb 2014 09:27:17 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52F122F1.5040400@redhat.com> Date: Tue, 04 Feb 2014 18:27:13 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391183604-21621-1-git-send-email-armbru@redhat.com> <87eh3kfv30.fsf@blackfin.pond.sub.org> <877g9aizva.fsf@blackfin.pond.sub.org> In-Reply-To: <877g9aizva.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Use g_new() & friends where that makes obvious sense List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Peter Maydell Cc: Alexander Graf , QEMU Developers , Anthony Liguori , Michael Roth Il 04/02/2014 17:52, Markus Armbruster ha scritto: > Unfortunately, our use of macros confuses coccinelle sufficiently to > miss quite a few instances of the patterns. Do we want this change > anyway? Yes, we already use g_new anyway. Paolo