qcow2: Move rest of option handling to qcow2_update_options()
commit94edf3fbe8277284ad7d33de632839c7b93414a9
authorKevin Wolf <kwolf@redhat.com>
Thu, 16 Apr 2015 09:44:26 +0000 (16 11:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Sep 2015 14:51:36 +0000 (14 16:51 +0200)
treee644d59ba740fc893661c5ff5e36d865e30b7e6a
parent90efa0eaef2d1bbd161db6fd7a74d8e5a00d35a8
qcow2: Move rest of option handling to qcow2_update_options()

With this commit, the handling of driver-specific options in
qcow2_open() is completely separated out into qcow2_update_options().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/qcow2.c