]> git.proxmox.com Git - mirror_qemu.git/commit - hmp-commands.hx
block: update block commit documentation regarding image truncation
authorJeff Cody <jcody@redhat.com>
Fri, 24 Jan 2014 14:02:37 +0000 (09:02 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 24 Jan 2014 15:12:49 +0000 (16:12 +0100)
commit37222900743962e146a82b7077a18c3f39859a19
treebb0f5579a3ed79acf046886598c941788f29c6bd
parent4da83585961631bfc10831dd26c4afda2a8b23e8
block: update block commit documentation regarding image truncation

This updates the documentation for commiting snapshot images.
Specifically, this highlights what happens when the base image
is either smaller or larger than the snapshot image being committed.

In the case of the base image being smaller, it is resized to the
larger size of the snapshot image.  In the case of the base image
being larger, it is not resized automatically, but once the commit
has completed it is safe for the user to truncate the base image.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hmp-commands.hx
qapi-schema.json
qemu-img.texi
qmp-commands.hx