Hi This includes xbzrle fixes. They are just: - refactor xbzrle into its own file - tests for xbzrle !!!! - fix documentanion - bugfix - fix error message
please pull The following changes since commit 8a55ebf01507ab73cc458cfcd5b9cb856aba0b9e: Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2013-01-31 19:37:33 -0600) are available in the git repository at: git://repo.or.cz/qemu/quintela.git migration.next for you to fetch changes up to a31ca017aaf9074c1bb636b3ddaceb40f994375f: Fix error message in migrate_set_capability HMP command (2013-02-01 08:32:21 +0100) ---------------------------------------------------------------- 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