From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY7R8-0003oe-9c for qemu-devel@nongnu.org; Tue, 23 Feb 2016 02:31:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY7R5-0005wa-3a for qemu-devel@nongnu.org; Tue, 23 Feb 2016 02:31:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY7R4-0005wW-Uq for qemu-devel@nongnu.org; Tue, 23 Feb 2016 02:31:07 -0500 From: Amit Shah Date: Tue, 23 Feb 2016 13:00:50 +0530 Message-Id: Subject: [Qemu-devel] [PULL 0/5] migration pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list , Amit Shah , "Dr. David Alan Gilbert" , Juan Quintela The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb7761: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-02-22 16:55:41 +0000) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.6-3 for you to fetch changes up to 612f0af57aa1e8d4e09d7f1a1c442e1d943cbf0c: cutils: add avx2 instruction optimization (2016-02-23 12:53:03 +0530) ---------------------------------------------------------------- Migration: - enable avx2 instructions when available - fix a qcow2 assert - minor code rearrangement ---------------------------------------------------------------- Denis V. Lunev (2): migration: move bdrv_invalidate_cache_all of of coroutine context migration: move bdrv_invalidate_cache_all of of coroutine context Liang Li (2): configure: detect ifunc and avx2 attribute cutils: add avx2 instruction optimization Wei Yang (1): migration: reorder code to make it symmetric configure | 21 +++++++++ include/qemu-common.h | 8 +--- migration/migration.c | 89 ++++++++++++++++++++----------------- migration/savevm.c | 32 ++++++++------ util/cutils.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 204 insertions(+), 64 deletions(-) -- 2.5.0