Re: [Qemu-devel] [PATCH v4 00/21] Add qemu-img subcommand to dump file metadata

2013-09-04 Thread Stefan Hajnoczi
On Thu, Aug 29, 2013 at 04:00:00PM +0200, Paolo Bonzini wrote: > This series adds a subcommand to "qemu-img" 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

[Qemu-devel] [PATCH v4 00/21] Add qemu-img subcommand to dump file metadata

2013-08-29 Thread Paolo Bonzini
This series adds a subcommand to "qemu-img" 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 Metadata is dumped for an entire chain of images. O