qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v11 7/9] qcow2: Resize the cache upon image resi


From: Alberto Garcia
Subject: Re: [Qemu-devel] [PATCH v11 7/9] qcow2: Resize the cache upon image resizing
Date: Wed, 26 Sep 2018 16:28:52 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Wed 26 Sep 2018 04:21:21 PM CEST, Leonid Bloch wrote:
> Oops, sorry. Would something like that be OK:
>
> On 9/26/18 1:55 PM, Alberto Garcia wrote:
>> On Wed 26 Sep 2018 12:43:03 PM CEST, Kevin Wolf wrote:
>>>> +    /* Update cache sizes */
>>>> +    options = qdict_clone_shallow(bs->options);
>>>> +    ret = qcow2_update_options(bs, options, s->flags, errp);
> +    qobject_unref(options);
>>>> +    if (ret < 0) {
>>>> +        goto fail;
>>>> +    }
>>>

Yes, I think that should be enough.

Berto



reply via email to

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