From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V05DF-0002iq-QL for qemu-devel@nongnu.org; Fri, 19 Jul 2013 03:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V05DC-0002g5-Vq for qemu-devel@nongnu.org; Fri, 19 Jul 2013 03:34:49 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:52865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V05DC-0002fv-QQ for qemu-devel@nongnu.org; Fri, 19 Jul 2013 03:34:46 -0400 Received: by mail-wg0-f47.google.com with SMTP id l18so3610077wgh.2 for ; Fri, 19 Jul 2013 00:34:46 -0700 (PDT) Date: Fri, 19 Jul 2013 15:34:37 +0800 From: Stefan Hajnoczi Message-ID: <20130719073437.GB9667@stefanha-thinkpad.redhat.com> References: <1373992168-26043-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1373992168-26043-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 00/17] Add qemu-img subcommand to dump file metadata List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: famz@redhat.com, pl@kamp.de, qemu-devel@nongnu.org, stefanha@redhat.com On Tue, Jul 16, 2013 at 06:29:11PM +0200, Paolo Bonzini wrote: > This series adds a subcommand to "map" that can dump file metadata. > Metadata that is dumped includes: > > - whether blocks are allocated in bs->file and, if so, where > > - whether blocks are zero > > - whether data is read from bs or bs->backing_hd I dropped this series from my block pull request again and left a comment on the final patch, which breaks qemu-iotests 030. Stefan