From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axngt-0000aC-Gl for qemu-devel@nongnu.org; Tue, 03 May 2016 23:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axngh-0002fC-UD for qemu-devel@nongnu.org; Tue, 03 May 2016 23:41:30 -0400 Received: from mga03.intel.com ([134.134.136.65]:15360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axngh-0002bE-Ow for qemu-devel@nongnu.org; Tue, 03 May 2016 23:41:23 -0400 From: Liang Li Date: Wed, 4 May 2016 11:40:54 +0800 Message-Id: <1462333259-3237-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH 0/5] live migration bug fix and refine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: quintela@redhat.com, amit.shah@redhat.com, berrange@redhat.com, dgilbert@redhat.com, Liang Li This patch set fixed a bug which will block live migration and another potential issue when using multi-thread (de)compression. The last three patches were submitted before, put them here together. Liang Li (5): migration: Fix multi-thread compression bug migration: Fix a potential issue migration: remove useless code qemu-file: Fix qemu_put_compression_data flaw migration: refine ram_save_compressed_page include/migration/migration.h | 1 + migration/migration.c | 2 +- migration/qemu-file.c | 23 ++++++++++- migration/ram.c | 93 ++++++++++++++++++++++++++++++------------- 4 files changed, 88 insertions(+), 31 deletions(-) -- 1.9.1