From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs7dE-0003eh-Um for qemu-devel@nongnu.org; Fri, 30 Oct 2015 07:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zs7dB-0003IR-PH for qemu-devel@nongnu.org; Fri, 30 Oct 2015 07:14:04 -0400 Message-ID: <1446203638.1144.28.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 30 Oct 2015 12:13:58 +0100 In-Reply-To: <1446134122-32292-1-git-send-email-armbru@redhat.com> References: <1446134122-32292-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] ui audio qxl usb: Use g_new() & friends where that makes obvious sense List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Do, 2015-10-29 at 16:55 +0100, Markus Armbruster wrote: > v2: > * Trivially rebased > > Markus Armbruster (4): > ui: Use g_new() & friends where that makes obvious sense > audio: Use g_new() & friends where that makes obvious sense > qxl: Use g_new() & friends where that makes obvious sense > usb: Use g_new() & friends where that makes obvious sense I'd prefer to drop the audio one because there still is the gsoc patch series pending which touches all this anyway. Otherwise looks fine to me. Do you want me pick this up or send a pull request yourself? On case of the latter: Reviewed-by: Gerd Hoffmann cheers, Gerd