On Tue, Mar 11, 2014 at 05:42:41PM +0100, 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(-)
Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan
