qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/5] XBZRLE fixes


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v3 0/5] XBZRLE fixes
Date: Fri, 01 Feb 2013 08:43:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Orit Wasserman <address@hidden> wrote:
> Changes for V3:
> Fix year in xbzrle.c copyright notice
> Add copyright notice to test-xbzrle.c, use stack variable
> for 2 byte array and fix spacing.
>
> This series add some testing to the XBZRLE compression
> and fixes the error in loading a guest from a compressed file with
> XBZRLE by allowing encoding of XBZRLE without activating it.
>
> Orit Wasserman (5):
>   Move XBZRLE encoding code to a separate file to allow testing
>   Add XBZRLE testing
>   Fix example for query-migrate-capabilities
>   Allow XBZRLE decoding without enabling the capability
>   Fix error message in migrate_set_capability HMP command
>
>  Makefile.objs       |   2 +-
>  arch_init.c         |   3 -
>  hmp.c               |   2 +-
>  qmp-commands.hx     |   6 +-
>  savevm.c            | 159 ------------------------------------------
>  tests/Makefile      |   3 +
>  tests/test-xbzrle.c | 196 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  xbzrle.c            | 173 ++++++++++++++++++++++++++++++++++++++++++++++
>  8 files changed, 376 insertions(+), 168 deletions(-)
>  create mode 100644 tests/test-xbzrle.c
>  create mode 100644 xbzrle.c

Reviewed-by: Juan Quintela <address@hidden>

Including series on migration pull.

Later, Juan.



reply via email to

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