qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Juan Quintela <quintela@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL v2 00/13] Migration tree
Date: Mon, 09 Jul 2012 12:33:08 -0500	[thread overview]
Message-ID: <4FFB15D4.3020103@us.ibm.com> (raw)
In-Reply-To: <cover.1340971158.git.quintela@redhat.com>

On 06/29/2012 07:06 AM, Juan Quintela wrote:
> Hi
>
> v2:
> - Change Migration params from int to bool (Orit)
> - Change %ld to %PRIu64 (Blue found it)
> - cc Anthony O:-)
>
> Atacched the interdiff, it is trivial, instead of repost all patches
> (changes are really trivial).
>
> Anthony, please pull.

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> v1:
>
> Here are the patches that were reviewed and had no comments: Not
> changes for the ones posted, just rebased to be sure that there were
> no problem with merging (there weren't).
>
> - Huge memory series (Juan Quintela)
> - All that was not XBRLE (Orit)  form orit series
> - missing check for host_from_stream_offset (Orit)
>
> Anthony, Please pull.
>
>
> The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593:
>
>    bsd-user: fix build (2012-06-28 20:28:36 +0000)
>
> are available in the git repository at:
>
>    http://repo.or.cz/r/qemu/quintela.git migration-anthony-v2
>
> for you to fetch changes up to 45f33f01f359d6028ec4b4018a2bf2ff53806e11:
>
>    Maintain the number of dirty pages (2012-06-29 13:31:07 +0200)
>
> ----------------------------------------------------------------
> Isaku Yamahata (1):
>        Add MigrationParams structure
>
> Juan Quintela (8):
>        Add spent time for migration
>        Add tracepoints for savevm section start/end
>        No need to iterate if we already are over the limit
>        Only TCG needs TLB handling
>        Only calculate expected_time for stage 2
>        Exit loop if we have been there too long
>        dirty bitmap: abstract its use
>        Maintain the number of dirty pages
>
> Orit Wasserman (4):
>        Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_PAGE
>        Add save_block_hdr function
>        Add debugging infrastructure
>        Add migration_end function
>
>   arch_init.c       |  111 ++++++++++++++++++++++++++++++++++++-----------------
>   block-migration.c |    8 ++--
>   cpu-all.h         |    1 +
>   exec-obsolete.h   |   50 ++++++++++++++----------
>   exec.c            |   34 ++++++++++------
>   hmp.c             |    2 +
>   migration.c       |   24 +++++++++---
>   migration.h       |    9 ++++-
>   qapi-schema.json  |   12 ++++--
>   qemu-common.h     |    1 +
>   savevm.c          |   24 ++++++++++--
>   sysemu.h          |    3 +-
>   trace-events      |    5 +++
>   vmstate.h         |    2 +-
>   14 files changed, 198 insertions(+), 88 deletions(-)
>
>
>
> Isaku Yamahata (1):
>    Add MigrationParams structure
>
> Juan Quintela (8):
>    Add spent time for migration
>    Add tracepoints for savevm section start/end
>    No need to iterate if we already are over the limit
>    Only TCG needs TLB handling
>    Only calculate expected_time for stage 2
>    Exit loop if we have been there too long
>    dirty bitmap: abstract its use
>    Maintain the number of dirty pages
>
> Orit Wasserman (4):
>    Add missing check for host_from_stream_offset return value for
>      RAM_SAVE_FLAG_PAGE
>    Add save_block_hdr function
>    Add debugging infrastructure
>    Add migration_end function
>
>   arch_init.c       |  111 ++++++++++++++++++++++++++++++++++++-----------------
>   block-migration.c |    8 ++--
>   cpu-all.h         |    1 +
>   exec-obsolete.h   |   50 ++++++++++++++----------
>   exec.c            |   34 ++++++++++------
>   hmp.c             |    2 +
>   migration.c       |   24 +++++++++---
>   migration.h       |    9 ++++-
>   qapi-schema.json  |   12 ++++--
>   qemu-common.h     |    1 +
>   savevm.c          |   24 ++++++++++--
>   sysemu.h          |    3 +-
>   trace-events      |    5 +++
>   vmstate.h         |    2 +-
>   14 files changed, 198 insertions(+), 88 deletions(-)
>

           reply	other threads:[~2012-07-09 17:34 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <cover.1340971158.git.quintela@redhat.com>]

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=4FFB15D4.3020103@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /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).