From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWnm9-0000q5-Qr for qemu-devel@nongnu.org; Mon, 08 Aug 2016 12:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWnm7-0004O5-Fn for qemu-devel@nongnu.org; Mon, 08 Aug 2016 12:51:40 -0400 From: vijay.kilari@gmail.com Date: Mon, 8 Aug 2016 22:21:09 +0530 Message-Id: <1470675071-23677-1-git-send-email-vijay.kilari@gmail.com> Subject: [Qemu-devel] [RFC PATCH v2 0/2] GICv3 live migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-arm@nongnu.org, peter.maydell@linaro.org, pbonzini@redhat.com Cc: p.fedin@samsung.com, qemu-devel@nongnu.org, Prasun.Kapoor@cavium.com, vijay.kilari@gmail.com, Vijaya Kumar K From: Vijaya Kumar K This series introduces support for GICv3 live migration with new VGIC implementation in 4.7-rc3 kernel. In this series, patch 1 of the previous implementation are ported. https://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg05284.html Patch 2, is based on below implementation. http://patchwork.ozlabs.org/patch/626746/ Kernel patches which implement this functionality are: http://www.spinics.net/lists/arm-kernel/msg519596.html This API definition is as per version of VGICv3 specification http://lists.infradead.org/pipermail/linux-arm-kernel/2016-July/445611.html Patch 1 of this series will be synced with KVM patches in next revision. Tested Live migration of Idle VM running with 4 VCPUs and 8GB RAM. Vijaya Kumar K (2): kernel: Add definitions for GICv3 attributes hw/intc/arm_gicv3_kvm: Implement get/put functions hw/intc/arm_gicv3_kvm.c | 474 +++++++++++++++++++++++++++++++++++++++++- linux-headers/asm-arm64/kvm.h | 17 +- 2 files changed, 478 insertions(+), 13 deletions(-) -- 1.9.1