]> git.proxmox.com Git - qemu.git/commit
qcow2: Update snapshot table information at once
authorKevin Wolf <kwolf@redhat.com>
Fri, 18 Nov 2011 17:27:00 +0000 (18:27 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 5 Dec 2011 13:51:36 +0000 (14:51 +0100)
commitd69969c4046a81af106e723ff1bc2740365e67c1
treedd7f8673036440417c3bf5abc3eb2abbc060f1bb
parent07fd8779001c3e6ff3ac25416a31381ff8aca308
qcow2: Update snapshot table information at once

Failing in the middle wouldn't help with the integrity of the image, so
doing everything in a single request seems better.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
block/qcow2-snapshot.c