qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/8] migration: fixes


From: Amit Shah
Subject: [Qemu-devel] [PULL 0/8] migration: fixes
Date: Thu, 16 Jun 2016 10:13:06 +0530

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

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]