From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJIrZ-0004j7-Ek for qemu-devel@nongnu.org; Wed, 13 Jan 2016 05:41:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJIrT-00023o-9h for qemu-devel@nongnu.org; Wed, 13 Jan 2016 05:41:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJIrT-00023h-3b for qemu-devel@nongnu.org; Wed, 13 Jan 2016 05:41:07 -0500 From: Amit Shah Date: Wed, 13 Jan 2016 16:10:41 +0530 Message-Id: Subject: [Qemu-devel] [PULL 0/6] migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Peter Maydell , "Dr. David Alan Gilbert" , Juan Quintela The following changes since commit 649a1bbaf95adb228f1030ab0618a932bc26aa8b: Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into staging (2016-01-12 17:37:22 +0000) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.6-1 for you to fetch changes up to c1bc66263c2360d5211ecd18191b0be65b3b54e5: multithread decompression: Avoid one copy (2016-01-13 16:03:01 +0530) ---------------------------------------------------------------- migration fixes for postcopy, xbzrle, multithread decompression ---------------------------------------------------------------- Dr. David Alan Gilbert (4): Postcopy: Send events/change state on incoming side Migration: Emit event at start of pass Use qemu_get_buffer_in_place for xbzrle data multithread decompression: Avoid one copy zhanghailiang (2): migration: Export migrate_set_state() migration: Add state records for migration incoming docs/qmp-events.txt | 14 ++++++++++++ include/migration/migration.h | 3 +++ migration/migration.c | 52 ++++++++++++++++++++++++++----------------- migration/ram.c | 21 ++++++++--------- migration/savevm.c | 22 ++++++++++++------ qapi/event.json | 13 +++++++++++ 6 files changed, 87 insertions(+), 38 deletions(-) -- 2.5.0