From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmL2Y-0006GA-Pb for qemu-devel@nongnu.org; Thu, 06 Nov 2014 06:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmL2S-0001Vx-LV for qemu-devel@nongnu.org; Thu, 06 Nov 2014 06:15:46 -0500 Received: from mga09.intel.com ([134.134.136.24]:10065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmL2S-0001Vh-E8 for qemu-devel@nongnu.org; Thu, 06 Nov 2014 06:15:40 -0500 From: Li Liang Date: Thu, 6 Nov 2014 19:08:46 +0800 Message-Id: <1415272128-8273-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH v2 0/2] 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: yang.z.zhang@intel.com, Li Liang , armbru@redhat.com, lcapitulino@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 v1->v2 -Changed the decompression thread limit from 64 to 255 -Fixed some spelling mistake -Added test result to the document -Fixed the version mistake in qapi-schema.json -Added the document of the 'compress' flag -Rebased the series to proposed the document first -Fixed comment -- 1.9.1