From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfjUw-0002mw-K2 for qemu-devel@nongnu.org; Wed, 08 Apr 2015 02:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfjUr-0002VP-Jf for qemu-devel@nongnu.org; Wed, 08 Apr 2015 02:30:02 -0400 Received: from mga14.intel.com ([192.55.52.115]:63723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfjUr-0002VL-FG for qemu-devel@nongnu.org; Wed, 08 Apr 2015 02:29:57 -0400 From: Liang Li Date: Wed, 8 Apr 2015 14:19:57 +0800 Message-Id: <1428474011-30797-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH v7 0/14] migration: Add a new feature to do live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: quintela@redhat.com, Liang Li , armbru@redhat.com, lcapitulino@redhat.com, amit.shah@redhat.com, dgilbert@redhat.com This feature can help to reduce the data transferred about 60%, and the migration time can also be reduced about 70%. Summary of changed from v6->v7 -Change the core code of compression and decompression --- arch_init.c | 502 ++++++++++++++++++++++++++++++++++++++++-- hmp-commands.hx | 17 ++ hmp.c | 65 ++++++ hmp.h | 4 + include/migration/migration.h | 10 + include/migration/qemu-file.h | 3 + migration/migration.c | 122 ++++++++++ migration/qemu-file.c | 39 ++++ monitor.c | 25 +++ qapi-schema.json | 79 ++++++- qmp-commands.hx | 57 +++++ 11 files changed, 900 insertions(+), 23 deletions(-) -- 1.9.1