qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH] block: Enable fall-back to read-only for ba


From: Christoph Hellwig
Subject: Re: [Qemu-devel] Re: [PATCH] block: Enable fall-back to read-only for backing file
Date: Mon, 1 Feb 2010 10:27:56 +0100
User-agent: Mutt/1.3.28i

On Mon, Feb 01, 2010 at 10:25:52AM +0100, Alexander Graf wrote:
> We don't know beforehand if a user will use the commit comnand during  
> tje runtime of the vm.
> 
> IMHO it'd be best to always open backing files read only and try to  
> open them for write access on the commit command. That command can  
> then fail gaciously.

That's another option.  Basically this means opening another
BlockDriverState for the backing device that is writeable inside
bdrv_commit().





reply via email to

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