qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v1 0/2] GICv3 live migration support
@ 2016-07-26 11:01 vijay.kilari
  2016-07-26 11:01 ` [Qemu-devel] [RFC PATCH v1 1/2] kernel: Add definitions for GICv3 attributes vijay.kilari
  2016-07-26 11:01 ` [Qemu-devel] [RFC PATCH v1 2/2] hw/intc/arm_gicv3_kvm: Implement get/put functions vijay.kilari
  0 siblings, 2 replies; 4+ messages in thread
From: vijay.kilari @ 2016-07-26 11:01 UTC (permalink / raw)
  To: qemu-arm, peter.maydell, pbonzini
  Cc: p.fedin, qemu-devel, Prasun.Kapoor, vijay.kilari, Vijaya Kumar K

From: Vijaya Kumar K <Vijaya.Kumar@cavium.com>

This series introduces support for GICv3 live migration with
new VGIC implementation in 4.7-rc3 kernel.
In this series, patch 2 & 3 of the previous implementation
are ported.
https://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg05284.html

Kernel patches which implement this functionality are:
http://www.spinics.net/lists/arm-kernel/msg519596.html

This API definition is as per draft version of VGICv3 specification
https://lists.cs.columbia.edu/pipermail/kvmarm/2016-May/020355.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_common.c         |    3 +
 hw/intc/arm_gicv3_kvm.c            |  496 +++++++++++++++++++++++++++++++++++-
 hw/intc/gicv3_internal.h           |  113 ++++++++
 include/hw/intc/arm_gicv3_common.h |    1 +
 linux-headers/asm-arm64/kvm.h      |   22 +-
 5 files changed, 624 insertions(+), 11 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-26 11:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 11:01 [Qemu-devel] [RFC PATCH v1 0/2] GICv3 live migration support vijay.kilari
2016-07-26 11:01 ` [Qemu-devel] [RFC PATCH v1 1/2] kernel: Add definitions for GICv3 attributes vijay.kilari
2016-07-26 11:01 ` [Qemu-devel] [RFC PATCH v1 2/2] hw/intc/arm_gicv3_kvm: Implement get/put functions vijay.kilari
2016-07-26 11:06   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).