qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/8] qed: add support for Copy-on-Read


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 3/8] qed: add support for Copy-on-Read
Date: Fri, 29 Apr 2011 14:14:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

Am 27.04.2011 15:27, schrieb Stefan Hajnoczi:
> From: Anthony Liguori <address@hidden>
> 
> When creating an image using qemu-img, just pass '-o copy_on_read' and then
> whenever QED reads from a backing file, it will write the block to the QED
> file after the read completes ensuring that you only fetch from the backing
> device once.

As discussed previously, this is not the right primary interface.

Also, the patch still seems to be broken with respect to concurrent writes.

Kevin



reply via email to

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