qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qcow2: Keep option in qcow2_invalidate_cache()


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH] qcow2: Keep option in qcow2_invalidate_cache()
Date: Tue, 11 Mar 2014 19:32:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

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 <address@hidden>
---
  block/qcow2.c | 5 +----
  1 file changed, 1 insertion(+), 4 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]