From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzF9M-0003Si-GR for qemu-devel@nongnu.org; Thu, 11 Dec 2014 20:36:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzF9G-0004jZ-Bw for qemu-devel@nongnu.org; Thu, 11 Dec 2014 20:36:08 -0500 Received: from mga11.intel.com ([192.55.52.93]:56285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzF9G-0004jQ-76 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 20:36:02 -0500 From: Liang Li Date: Fri, 12 Dec 2014 09:28:53 +0800 Message-Id: <1418347746-15829-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH v3 0/13] 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, 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 v2->v3 -Splited the patch to 13 parts instead of 2 -Rewrote the core code to do compression and decompression -Updated the document -Added a common command interface to set and query parameters -Added some comments -- 1.9.1