qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] block: Use backing format driver during image c


From: Jes Sorensen
Subject: [Qemu-devel] Re: [PATCH] block: Use backing format driver during image creation
Date: Mon, 24 Jan 2011 10:53:58 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7

On 01/24/11 10:32, Stefan Hajnoczi wrote:
> The backing format should be honored during image creation.  For some
> reason we currently use the image format to open the backing file.  This
> fails when the backing file has a different format than the image being
> created.  Keep the image and backing format drivers completely separate.
> 
> Also print the backing filename if there is an error opening the backing
> file instead of the image filename.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  block.c |    8 +++++---
>  1 files changed, 5 insertions(+), 3 deletions(-)
> 

Looks good!

Acked-by: Jes Sorensen <address@hidden>





reply via email to

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