mbox

[PULL,0/8] migration: fixes

Message ID cover.1466052091.git.amit.shah@redhat.com
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-4

Message

Amit Shah June 16, 2016, 4:43 a.m. UTC
The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f20:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into staging (2016-06-14 16:32:32 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-4

for you to fetch changes up to 22724f4921e17919dc1b7b796c2c48eadfbcf2da:

  migration: rename functions to starting migrations (2016-06-16 09:51:37 +0530)

----------------------------------------------------------------
Migration:

- Fixes for TLS series
- Postcopy: Add stats, fix, test case

----------------------------------------------------------------

Andrea Arcangeli (1):
  tests: fix libqtest socket timeouts

Daniel P. Berrange (2):
  migration: fix typos in qapi-schema from latest migration additions
  migration: rename functions to starting migrations

Dr. David Alan Gilbert (5):
  Postcopy: Avoid 0 length discards
  Migration: Split out ram part of qmp_query_migrate
  Postcopy: Add stats on page requests
  test: Postcopy
  Postcopy: Check for support when setting the capability

 hmp.c                         |   4 +
 include/migration/migration.h |  28 +--
 migration/exec.c              |   4 +-
 migration/fd.c                |   4 +-
 migration/migration.c         |  91 +++++----
 migration/ram.c               |   5 +-
 migration/rdma.c              |   4 +-
 migration/socket.c            |   6 +-
 migration/tls.c               |  18 +-
 qapi-schema.json              |  16 +-
 tests/Makefile.include        |   2 +
 tests/libqtest.c              |   2 +-
 tests/postcopy-test.c         | 455 ++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 556 insertions(+), 83 deletions(-)
 create mode 100644 tests/postcopy-test.c

Comments

Peter Maydell June 16, 2016, 11:39 a.m. UTC | #1
On 16 June 2016 at 05:43, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f20:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into staging (2016-06-14 16:32:32 +0100)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-4
>
> for you to fetch changes up to 22724f4921e17919dc1b7b796c2c48eadfbcf2da:
>
>   migration: rename functions to starting migrations (2016-06-16 09:51:37 +0530)
>
> ----------------------------------------------------------------
> Migration:
>
> - Fixes for TLS series
> - Postcopy: Add stats, fix, test case

Applied, thanks.

-- PMM