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

2013-07-17 Thread Stefan Hajnoczi
On Tue, Jul 16, 2013 at 08:49:13AM +0200, Peter Lieven wrote: > On 16.07.2013 05:41, Stefan Hajnoczi wrote: > >On Wed, Jul 03, 2013 at 04:34:14PM +0200, Paolo Bonzini wrote: > >>This series adds a subcommand to "map" that can dump file metadata. > >>Metadata that is dumped includes: > >> > >>- whet

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

2013-07-15 Thread Peter Lieven
On 16.07.2013 05:41, Stefan Hajnoczi wrote: On Wed, Jul 03, 2013 at 04:34:14PM +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 zer

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

2013-07-15 Thread Stefan Hajnoczi
On Wed, Jul 03, 2013 at 04:34:14PM +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

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

2013-07-03 Thread Paolo Bonzini
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 Metadata is dumped for an entire chain of images. One ex