On 11.03.2014 17:42, Kevin Wolf wrote:
Instead of manually building a list of all options from BDRVQcowState
values just reuse the options that were used to open the image.
qcow2_open() won't fully use all of the options in the QDict, but that's
okay.
This fixes all of the driver-specific options in qcow2, except for
lazy-refcounts, which was special cased before.
Signed-off-by: Kevin Wolf <[email protected]>
---
block/qcow2.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Max Reitz <[email protected]>