qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: Qemu Devel <qemu-devel@nongnu.org>
Cc: Anthony Liguori <aliguori@us.ibm.com>
Subject: [Qemu-devel] [PULL 0/5] migration queue
Date: Fri,  1 Feb 2013 09:12:11 +0100	[thread overview]
Message-ID: <1359706331-10575-1-git-send-email-quintela@redhat.com> (raw)

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

             reply	other threads:[~2013-02-01  8:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-01  8:12 Juan Quintela [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-03-08  1:23 [Qemu-devel] [PULL 0/5] migration queue Juan Quintela
2014-03-08 13:23 ` Peter Maydell
2018-03-23 20:23 Dr. David Alan Gilbert (git)
2018-03-24 21:53 ` Peter Maydell
2018-09-03 22:27 [Qemu-devel] [PULL 0/5] Migration queue Juan Quintela
2018-09-13 13:33 ` Juan Quintela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1359706331-10575-1-git-send-email-quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).