qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 08/16] block: Manage backing file references


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v3 08/16] block: Manage backing file references in bdrv_set_backing_hd()
Date: Mon, 12 Oct 2015 19:13:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 09.10.2015 14:15, Kevin Wolf wrote:
> This simplifies the code somewhat, especially when dropping whole
> backing file subchains.
> 
> The exception is the mirroring code that does adventurous things with
> bdrv_swap() and in order to keep it working, I had to duplicate most of
> bdrv_set_backing_hd() locally. We'll get rid again of this ugliness
> shortly.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  block.c               | 68 
> ++++++++++++++-------------------------------------
>  block/mirror.c        | 16 +++++++++---
>  block/stream.c        | 30 +----------------------
>  block/vvfat.c         |  6 ++++-
>  include/block/block.h |  1 +
>  5 files changed, 37 insertions(+), 84 deletions(-)

Reviewed-by: Max Reitz <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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