From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIExW-0007av-Ta for qemu-devel@nongnu.org; Mon, 02 Feb 2015 06:14:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIExR-0004zN-Un for qemu-devel@nongnu.org; Mon, 02 Feb 2015 06:14:26 -0500 Received: from mga01.intel.com ([192.55.52.88]:4109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIExR-0004zD-G2 for qemu-devel@nongnu.org; Mon, 02 Feb 2015 06:14:21 -0500 From: Liang Li Date: Mon, 2 Feb 2015 19:05:36 +0800 Message-Id: <1422875149-13198-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH v4 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, dgilbert@redhat.com, amit.shah@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 v3->v4 -Update the test data in the document -Fix some typo errors -Use compressBound instead of MACRO define -Optimize the performance when compression co-work with XBZRLE -Added some comments -Rename some functions and variables -Incorrect coding style fix -QMP type change for compatibility -- 1.9.1