qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 0/5] XBZRLE fixes
Date: Wed, 30 Jan 2013 13:48:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 30/01/2013 12:41, Orit Wasserman ha scritto:
> 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 encoding 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 | 186 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  xbzrle.c            | 173 ++++++++++++++++++++++++++++++++++++++++++++++++
>  8 files changed, 366 insertions(+), 168 deletions(-)
>  create mode 100644 tests/test-xbzrle.c
>  create mode 100644 xbzrle.c
> 

Reviewed-by: Paolo Bonzini <address@hidden>

for 1.4.

Paolo



reply via email to

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