commit | ee55b17304d998ddf9c792496110da0cca37aac5 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Apr 16 16:16:02 2015 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 14 16:51:37 2015 +0200 |
tree | 4b7dd2224b161cc16d07f16edfa548253e072d34 | |
parent | c1344ded70cf7d471aeb6fc08134997414631811 [diff] |
qcow2: Make qcow2_update_options() suitable for transactions Before we can allow updating options at runtime with bdrv_reopen(), we need to split the function into prepare/commit/abort parts. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>