From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXoLm-0006j6-3g for qemu-devel@nongnu.org; Thu, 11 Aug 2016 07:40:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXoLh-0001gn-U1 for qemu-devel@nongnu.org; Thu, 11 Aug 2016 07:40:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXoLh-0001gi-OD for qemu-devel@nongnu.org; Thu, 11 Aug 2016 07:40:33 -0400 From: Amit Shah Date: Thu, 11 Aug 2016 17:09:38 +0530 Message-Id: Subject: [Qemu-devel] [PULL 2.7 0/4] migration: fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list , caoj.fnst@cn.fujitsu.com, eyakovlev@virtuozzo.com, den@openvz.org, liang.z.li@intel.com, "Dr. David Alan Gilbert" , Juan Quintela , Amit Shah The following changes since commit d08306dc42ea599ffcf8aad056fa9c23acfbe230: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-08-10 17:14:35 +0100) are available in the git repository at: http://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-7 for you to fetch changes up to 474c624ddf0d390b850526a01026ef8737e67ca7: migration/socket: fix typo in file header (2016-08-11 17:03:51 +0530) ---------------------------------------------------------------- Migration: - couple of bug fixes - couple of typo fixes ---------------------------------------------------------------- Cao jin (2): migration/ram: fix typo migration/socket: fix typo in file header Evgeny Yakovlev (1): migration: mmap error check fix Liang Li (1): migration: fix live migration failure with compression migration/postcopy-ram.c | 3 ++- migration/qemu-file.c | 1 + migration/ram.c | 4 ++-- migration/socket.c | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) -- 2.7.4