commit | 5b0959a7d432062dcd740f8065004285b15695fa | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Apr 16 13:42:27 2015 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 14 16:51:37 2015 +0200 |
tree | 4224d1b5538bdef3dc4878b6c6e9f03312cbdbbc | |
parent | ee55b17304d998ddf9c792496110da0cca37aac5 [diff] |
qcow2: Support updating driver-specific options in reopen For updating the cache sizes, disabling lazy refcounts and updating the clean_cache_timer there is a bit more to do than just changing the variables, but otherwise we're all set for changing options during bdrv_reopen(). Just implement the missing pieces and hook the functions up in bdrv_reopen(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>