qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 1/5] Move XBZRLE encoding code to a separate


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v3 1/5] Move XBZRLE encoding code to a separate file to allow testing
Date: Thu, 31 Jan 2013 06:55:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/31/2013 12:12 AM, Orit Wasserman wrote:
> Signed-off-by: Orit Wasserman <address@hidden>
> Reviewed-by: Paolo Bonzini <address@hidden>
> ---
>  Makefile.objs |   2 +-
>  savevm.c      | 159 -----------------------------------------------------
>  xbzrle.c      | 173 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 174 insertions(+), 160 deletions(-)
>  create mode 100644 xbzrle.c
> 

> +++ b/xbzrle.c
> @@ -0,0 +1,173 @@
> +/*
> + * Xor Based Zero Run Length Encoding
> + *
> + * Copyright 2013 Red Hat, Inc. and/or its affiliates

Actually, I would have written 2012-2013 - while this file is 2013 only,
it comes from code that was first written in 2012.

But I'm not sure it is worth a v4 just to fix this.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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