qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [RFC 0/4] migration.experimental queue
Date: Fri, 18 Jan 2013 12:53:49 +0100	[thread overview]
Message-ID: <1358510033-17268-1-git-send-email-quintela@redhat.com> (raw)

Hi

This is the other half of the series for the people that want to test
the migration latency improvements.

They are on top of the pull request submmited yesterday.

Last patch as usual is to print where the time is spent in the
completation stage, will be removed on proper submission.=

Paolo patches still being merged on top of this.

Later, Juan.

The following changes since commit 6522773f88a2e37800f0bf7dc3632a14649f53c6:

  migration: remove argument to qemu_savevm_state_cancel (2013-01-17 13:54:52 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/quintela.git migration.experimental.next

for you to fetch changes up to 86a00ab592330a264f6a26fa84da1a64f5ae7800:

  migration: print times for end phase (2013-01-18 12:36:58 +0100)

----------------------------------------------------------------
Juan Quintela (4):
      ram: add free_space parameter to save_live functions
      ram: remove xbrle last_stage optimization
      ram: reuse ram_save_iterate() for the complete stage
      migration: print times for end phase

 arch_init.c                 | 56 +++++++++++++--------------------------------
 block-migration.c           |  2 +-
 block.c                     |  6 +++++
 cpus.c                      | 17 ++++++++++++++
 include/migration/vmstate.h |  2 +-
 include/sysemu/sysemu.h     |  2 +-
 migration.c                 | 28 ++++++++++++++++++++++-
 savevm.c                    | 23 ++++++++++++++++---
 8 files changed, 89 insertions(+), 47 deletions(-)

             reply	other threads:[~2013-01-18 11:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-18 11:53 Juan Quintela [this message]
2013-01-18 11:53 ` [Qemu-devel] [PATCH 1/4] ram: add free_space parameter to save_live functions Juan Quintela
2013-01-21  9:59   ` Orit Wasserman
2013-01-18 11:53 ` [Qemu-devel] [PATCH 2/4] ram: remove xbrle last_stage optimization Juan Quintela
2013-01-21 10:11   ` Orit Wasserman
2013-01-18 11:53 ` [Qemu-devel] [PATCH 3/4] ram: reuse ram_save_iterate() for the complete stage Juan Quintela
2013-01-21 10:17   ` Orit Wasserman
2013-01-21 10:31   ` Paolo Bonzini
2013-01-18 11:53 ` [Qemu-devel] [PATCH 4/4] migration: print times for end phase Juan Quintela
2013-01-21 10:19   ` Orit Wasserman

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=1358510033-17268-1-git-send-email-quintela@redhat.com \
    --to=quintela@redhat.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).