]> Git Repo - qemu.git/commit
block: dump snapshot and image info to specified output
authorWenchao Xia <[email protected]>
Sat, 25 May 2013 03:09:45 +0000 (11:09 +0800)
committerKevin Wolf <[email protected]>
Tue, 4 Jun 2013 11:56:30 +0000 (13:56 +0200)
commit5b91704469c0f801e0219f26458356872c4145ab
tree604c6165a9af9a58c320b5480192b48909de3f96
parentf364ec65b56b69c55b674cb6560aa1fbbea9e013
block: dump snapshot and image info to specified output

bdrv_snapshot_dump() and bdrv_image_info_dump() do not dump to a buffer now,
some internal buffers are still used for format control, which have no
chance to be truncated. As a result, these two functions have no more issue
of truncation, and they can be used by both qemu and qemu-img with correct
parameter specified.

Signed-off-by: Wenchao Xia <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/qapi.c
include/block/qapi.h
qemu-img.c
savevm.c
This page took 0.020613 seconds and 4 git commands to generate.