From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBGRM-0007uw-F4 for qemu-devel@nongnu.org; Fri, 10 Jun 2016 03:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBGRI-0005VM-Go for qemu-devel@nongnu.org; Fri, 10 Jun 2016 03:01:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBGRI-0005VE-BO for qemu-devel@nongnu.org; Fri, 10 Jun 2016 03:01:08 -0400 From: Amit Shah Date: Fri, 10 Jun 2016 12:30:44 +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 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34: target-i386: Move user-mode exception actions out of user-exec.c (2016-06-09 15:55:02 +0100) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-2 for you to fetch changes up to 05db906b8a77df70922e836d629c7f545b97dad7: migration: rename functions to starting migrations (2016-06-10 12:12:32 +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