From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBREo-00025l-MR for qemu-devel@nongnu.org; Tue, 11 Sep 2012 10:15:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBREi-0007ch-RF for qemu-devel@nongnu.org; Tue, 11 Sep 2012 10:14:50 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:59774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBREi-0007cX-GW for qemu-devel@nongnu.org; Tue, 11 Sep 2012 10:14:44 -0400 Date: Tue, 11 Sep 2012 10:14:38 -0400 (EDT) From: Paolo Bonzini Message-ID: <894727493.67753443.1347372878887.JavaMail.root@redhat.com> In-Reply-To: <504F447E.6000303@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 22/47] block: make device optional in BlockInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: jcody@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com > > Indeed; this patch is not anymore in the current version of the > > series, > > after your comments from July/August. > > Wait, am I reviewing the wrong version of the series? :-/ > > Did you post a newer one? No, not yet. I was going to follow up this week. Almost all the changes are in the patches you already reviewed in July/August (and the changes match your review). So you can go on, just skip these three: add hierarchical bitmap data type and test cases (Laszlo reviewed this one offlist and I have some changes from him; better docs too) block: add target info to QMP query-blockjobs command mirror: support querying target file Paolo