Re: [Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-31 Thread Kevin Wolf
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

Re: [Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-31 Thread Paolo Bonzini
> 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: >

Re: [Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-31 Thread Kevin Wolf
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

Re: [Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-30 Thread Kevin Wolf
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

Re: [Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-30 Thread 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

Re: [Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-30 Thread Kevin Wolf
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

[Qemu-devel] [PATCH v3 13/19] qemu-img: add a "map" subcommand

2013-07-25 Thread Paolo Bonzini
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