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: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] qcow2: Keep option in qcow2_invalidate_cache()
Date: Tue, 11 Mar 2014 19:44:34 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> ---
>  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



reply via email to

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