From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDP9I-0004TX-3d for qemu-devel@nongnu.org; Thu, 16 Jun 2016 00:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDP9D-00014X-TO for qemu-devel@nongnu.org; Thu, 16 Jun 2016 00:43:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDP9D-00014P-O5 for qemu-devel@nongnu.org; Thu, 16 Jun 2016 00:43:19 -0400 From: Amit Shah Date: Thu, 16 Jun 2016 10:13:06 +0530 Message-Id: Subject: [Qemu-devel] [PULL 0/8] migration: fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Juan Quintela , "Dr. David Alan Gilbert" , "Daniel P. Berrange" , qemu list , Amit Shah 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