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] [PULL 00/13] migration pull queue
Date: Tue, 17 Mar 2015 16:30:22 +0100	[thread overview]
Message-ID: <1426606235-7238-1-git-send-email-quintela@redhat.com> (raw)

The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20150317

for you to fetch changes up to cde63fbed86e20dda98bf35025faedd994918f00:

  migration: Expose 'cancelling' status to user (2015-03-17 15:20:37 +0100)

----------------------------------------------------------------
migration/next for 20150317

Hi Peter

Please apply:

- RDMA small fixes (Tokared & Stefan)
- remove unused functions (thomas)
- minor fixes for migration_incoming (dave)
- use qerror correctly (Markus)
- Move migration status to one ENUM.  Libvirt ack'd the patch (Zhanghailiang)

Thanks, Juan.


----------------------------------------------------------------
Dr. David Alan Gilbert (3):
      migrate_incoming: use hmp_handle_error
      Warn against the use of the string as uri parameter to migrate-incoming
      migrate_incoming: Cleanup/clarify error messages

Markus Armbruster (1):
      migration: Avoid qerror_report_err() outside QMP command handlers

Michael Tokarev (1):
      migration/rdma: clean up qemu_rdma_dest_init a bit

Stefan Weil (2):
      migration: Fix some 32 bit compiler errors
      migration: Fix remaining 32 bit compiler errors

Thomas Huth (1):
      migration: Remove unused functions

zhanghailiang (5):
      arch_init: Count the total number of pages by using helper function
      migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*
      hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus'
      migration: Convert 'status' of MigrationInfo to use an enum type
      migration: Expose 'cancelling' status to user

 arch_init.c                   |   8 +--
 hmp.c                         |  21 +++----
 include/migration/migration.h |   1 -
 include/migration/qemu-file.h |   1 -
 migration/migration.c         | 115 +++++++++++++++++---------------------
 migration/qemu-file-buf.c     |  31 -----------
 migration/rdma.c              | 127 +++++++++++++++++++++---------------------
 qapi-schema.json              |  37 ++++++++++--
 8 files changed, 155 insertions(+), 186 deletions(-)

             reply	other threads:[~2015-03-17 15:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 15:30 Juan Quintela [this message]
2015-03-17 15:30 ` [Qemu-devel] [PULL 01/13] migration: Avoid qerror_report_err() outside QMP command handlers Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 02/13] migration/rdma: clean up qemu_rdma_dest_init a bit Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 03/13] migration: Fix some 32 bit compiler errors Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 04/13] migration: Fix remaining " Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 05/13] migrate_incoming: use hmp_handle_error Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 06/13] Warn against the use of the string as uri parameter to migrate-incoming Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 07/13] migrate_incoming: Cleanup/clarify error messages Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 08/13] arch_init: Count the total number of pages by using helper function Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 09/13] migration: Remove unused functions Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 10/13] migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_* Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 11/13] hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus' Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 12/13] migration: Convert 'status' of MigrationInfo to use an enum type Juan Quintela
2015-03-17 15:30 ` [Qemu-devel] [PULL 13/13] migration: Expose 'cancelling' status to user Juan Quintela
2015-03-17 18:53 ` [Qemu-devel] [PULL 00/13] migration pull queue Peter Maydell

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=1426606235-7238-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).