From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiJkF-0005NV-M3 for qemu-devel@nongnu.org; Wed, 15 Apr 2015 05:36:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiJkB-0004ly-4l for qemu-devel@nongnu.org; Wed, 15 Apr 2015 05:36:31 -0400 Received: from mga14.intel.com ([192.55.52.115]:15859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiJkA-0004la-W7 for qemu-devel@nongnu.org; Wed, 15 Apr 2015 05:36:27 -0400 From: Liang Li Date: Wed, 15 Apr 2015 17:26:09 +0800 Message-Id: <1429089983-24644-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH v8 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, yang.z.zhang@intel.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 v7->v8 -Fixed a bug when terminating the decompression thread -Fixed some indentation issues -Fixed the bogus qmp error message when setting an invalid parameter --- 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