qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v12 01/31] block: Use bdrv_refresh_filename() to


From: Alberto Garcia
Subject: Re: [Qemu-devel] [PATCH v12 01/31] block: Use bdrv_refresh_filename() to pull
Date: Sat, 22 Dec 2018 16:10:48 +0100
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Mon 17 Dec 2018 11:43:18 PM CET, Max Reitz <address@hidden> wrote:
> @@ -3327,6 +3333,7 @@ static int img_rebase(int argc, char **argv)
>                  qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true);
>              }
>  
> +            bdrv_refresh_filename(bs);
>              overlay_filename = bs->exact_filename[0] ? bs->exact_filename
>                                                       : bs->filename;
>              out_real_path = g_malloc(PATH_MAX);
> -- 
> 2.19.2

I also doubt that these new hunks are necessary, but it doesn't hurt to
be consistent :)

Reviewed-by: Alberto Garcia <address@hidden>

Berto



reply via email to

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