From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZF7u-0001Gt-L0 for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:55:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZF7r-0002Jp-Ex for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:55:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZF7r-0002JH-AR for qemu-devel@nongnu.org; Fri, 26 Feb 2016 04:55:55 -0500 From: Amit Shah Date: Fri, 26 Feb 2016 15:25:39 +0530 Message-Id: Subject: [Qemu-devel] [PULL 0/6] migration pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Juan Quintela , qemu list , Matthew.Fortune@imgtec.com, Amit Shah , den@openvz.org, richard.weiyang@gmail.com, "Dr. David Alan Gilbert" , silbe@linux.vnet.ibm.com The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories (2016-02-25 16:41:08 +0000) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.6-4 for you to fetch changes up to aa81a236c8dc8fe18e26d9dadeb759dc53ee7e97: migration/vmstate: document VMStateFlags (2016-02-26 15:09:52 +0530) ---------------------------------------------------------------- migration pull - fix a qcow2 assert - fix for older distros (CentOS 5) - documentation for vmstate flags - minor code rearrangement ---------------------------------------------------------------- Denis V. Lunev (2): migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context Matthew Fortune (1): migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD Sascha Silbe (1): migration/vmstate: document VMStateFlags Thomas Huth (1): MAINTAINERS: Add docs/migration.txt to the "Migration" section Wei Yang (1): migration: reorder code to make it symmetric MAINTAINERS | 1 + include/migration/migration.h | 2 + include/migration/vmstate.h | 100 +++++++++++++++++++++++++++++++++++++----- migration/migration.c | 90 ++++++++++++++++++++----------------- migration/postcopy-ram.c | 4 +- migration/savevm.c | 34 ++++++++------ 6 files changed, 166 insertions(+), 65 deletions(-) -- 2.5.0