Re: [Qemu-devel] [PATCH] qemu-io: New command map

2010-09-21 Thread Stefan Hajnoczi
On Tue, Sep 21, 2010 at 12:01 PM, Kevin Wolf wrote: > The new map command in qemu-io lists all allocated/unallocated areas in an > image file. > > Signed-off-by: Kevin Wolf > --- >  qemu-io.c |   38 ++ >  1 files changed, 38 insertions(+), 0 deletions(-) > > di

[Qemu-devel] [PATCH] qemu-io: New command map

2010-09-21 Thread Kevin Wolf
The new map command in qemu-io lists all allocated/unallocated areas in an image file. Signed-off-by: Kevin Wolf --- qemu-io.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index b4e5cc8..169dd51 100644 --- a/