« Previous | Next » 

Revision a00e81e9

IDa00e81e98f71c91a35b96bcd8ae431a86f42378d

Added by Kevin Wolf almost 11 years ago

qemu-io: Fix 'map' output

The output of the 'map' command in qemu-io used to directly resemble
bdrv_is_allocated() and could contain many lines for small chunks that
all have the same allocation status. After this patch, they will be
coalesced into a single output line for a large chunk.

As a side effect, the command gains some error handling.

Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences