From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4hYE-0000v6-Pm for qemu-devel@nongnu.org; Thu, 03 Dec 2015 23:00:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4hY9-00055J-Oc for qemu-devel@nongnu.org; Thu, 03 Dec 2015 23:00:54 -0500 Received: from mga03.intel.com ([134.134.136.65]:22246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4hY9-000557-H9 for qemu-devel@nongnu.org; Thu, 03 Dec 2015 23:00:49 -0500 From: Liang Li Date: Fri, 4 Dec 2015 11:53:08 +0800 Message-Id: <1449201190-22825-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH 0/2] fix the flaws of qemu_put_compression_data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, Liang Li , dgilbert@redhat.com, quintela@redhat.com This patch fixed the flaws in qemu_put_compression_data function. and cleanup the code based on the change. Liang Li (2): qemu-file: fix flaws of qemu_put_compression_data migration: code clean up. migration/qemu-file.c | 10 +++++++++- migration/ram.c | 20 ++++++++------------ 2 files changed, 17 insertions(+), 13 deletions(-) -- 1.9.1