From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoB9j-0007oa-Ba for qemu-devel@nongnu.org; Mon, 19 Oct 2015 10:11:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoB9g-0001qk-1X for qemu-devel@nongnu.org; Mon, 19 Oct 2015 10:11:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoB9f-0001qf-T1 for qemu-devel@nongnu.org; Mon, 19 Oct 2015 10:11:15 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 71B6591C08 for ; Mon, 19 Oct 2015 14:11:15 +0000 (UTC) References: <1444648509-29179-1-git-send-email-berrange@redhat.com> <20151019134750.GB17892@redhat.com> From: Paolo Bonzini Message-ID: <5624FA00.7060601@redhat.com> Date: Mon, 19 Oct 2015 16:11:12 +0200 MIME-Version: 1.0 In-Reply-To: <20151019134750.GB17892@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/16] Introduce I/O channels framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: "Dr. David Alan Gilbert" On 19/10/2015 15:47, Daniel P. Berrange wrote: > Ping, does anyone feel like doing a review of this series, if not I'll > just do a pull request as-is... You can certainly do a pull request of patches 1-7. For 8-16, I haven't reviewed it because I'm not sure how much it makes sense to commit QIOChannel without a user. Thanks, Paolo