Am 30.07.2013 um 17:22 hat Paolo Bonzini geschrieben: > Il 30/07/2013 17:13, Kevin Wolf ha scritto: > > Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben: > >> This command dumps the metadata of an entire chain, in either tabular or > >> JSON > >> format. > >> > >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > > > Hm, we have a 'map' command in qemu-io, which isn't exactly the same, > > but then not much different either. > > > > Depending on the use cases, should we move this to qemu-io, should we > > remove the old function from qemu-io, or should we really keep both? > > I would remove the one in qemu-io (but I haven't checked if qemu-iotests > uses it).
qemu-iotests does use it in some block job tests (comparing the map output for source and target), but I guess it can use this one instead. Kevin