qemu-devel
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 1/5] Move XBZRLE encoding code to a separate file to allow testing
Date: Wed, 30 Jan 2013 11:17:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/30/2013 04:41 AM, Orit Wasserman wrote:
> Signed-off-by: Orit Wasserman <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 2012 Red Hat, Inc. and/or its affiliates

Is it worth adding 2013 now?

-- 
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]