Am 31.07.2013 um 14:13 hat Paolo Bonzini geschrieben:
> > The documentation patch contains a line like this:
> >
> > 0 131072 2327680
> >
> > A heading line and tabs (or even better, fixed printf column widths)
> > sounds good, but I think if it's really only for human users a
> The documentation patch contains a line like this:
>
> 0 131072 2327680
>
> A heading line and tabs (or even better, fixed printf column widths)
> sounds good, but I think if it's really only for human users and not for
> shell scripts, we can further improve the output:
>
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
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
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
>
> Hm, we have a 'map' command in qemu-io, which isn't exactly the sa
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
Hm, we have a 'map' command in qemu-io, which isn't exactly the same,
but then not much different either.
Depending on
This command dumps the metadata of an entire chain, in either tabular or JSON
format.
Signed-off-by: Paolo Bonzini
---
qemu-img-cmds.hx | 6 ++
qemu-img.c | 186 +++
2 files changed, 192 insertions(+)
diff --git a/qemu-img-cmds.hx b/qe