Re: [Qemu-devel] [RFC PATCH 0/5] qcow2.py: dump metadata

2013-04-22 Thread Stefan Hajnoczi
On Thu, Apr 18, 2013 at 05:17:24PM +0200, Paolo Bonzini wrote: > This series includes several improvements to qcow2.py, mostly > the ability to dump the L1 and L2 tables for a full backing > chain. > > Doing this completely would require support for all image formats, > not just qcow2. To cover t

[Qemu-devel] [RFC PATCH 0/5] qcow2.py: dump metadata

2013-04-18 Thread Paolo Bonzini
This series includes several improvements to qcow2.py, mostly the ability to dump the L1 and L2 tables for a full backing chain. Doing this completely would require support for all image formats, not just qcow2. To cover the common cases, I included support for raw backing files. The right thing