qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 04/10] qcow2: Implement copy offloading


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 04/10] qcow2: Implement copy offloading
Date: Fri, 25 May 2018 16:25:33 +0100
User-agent: Mutt/1.9.5 (2018-04-13)

On Wed, May 23, 2018 at 11:04:30AM +0800, Fam Zheng wrote:
> The two callbacks are implemented quite similarly to the read/write
> functions: bdrv_co_copy_range_from maps for read and calls into bs->file
> or bs->backing depending on the allocation status; bdrv_co_copy_range_to
> maps for write and calls into bs->file.
> 
> Signed-off-by: Fam Zheng <address@hidden>
> ---
>  block/qcow2.c | 226 
> ++++++++++++++++++++++++++++++++++++++++++++++++++--------
>  1 file changed, 196 insertions(+), 30 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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