qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v2 0/5] GICv3 live migration support
@ 2015-10-13 11:35 Pavel Fedin
  2015-10-13 11:35 ` [Qemu-devel] [RFC PATCH v2 1/5] target-arm: Add mp-affinity property for ARM CPU class Pavel Fedin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Fedin @ 2015-10-13 11:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: Diana Craciun, Peter Maydell, Shlomo Pongratz, Vijay Kilari,
	Shlomo Pongratz

This series introduces support for GICv3 live migration. It is based on
kernel API which is not released yet, therefore i post it as an RFC.

Kernel patches which implement this functionality are:
- [PATCH v5 0/7] KVM: arm64: Implement API for vGICv3 live migration
  http://www.spinics.net/lists/kvm/msg122040.html

The main purpose of this RFC is to agree on GICv3 state data format,
because software implementation of GICv3 is also going to use it. In order
to simplify GICv3 software emulation development, parts 1 and 2 of this
patchset can be accepted right now, without waiting for the kernel part.

v1 => v2:
- Use different kernel API, agreed upon by KVM developers
- Reworked state representation, do not duplicate SPI fields any more
- Added basic LPI support (PROPBASER and PENDBASER).

Pavel Fedin (5):
  target-arm: Add mp-affinity property for ARM CPU class
  hw/intc/arm_gicv3_common: Add state information
  kernel: Add definitions for GICv3 attributes
  hw/intc/arm_gicv3_kvm: Implement get/put functions
  hw/intc/arm_gicv3_common: Add vmstate descriptors

 hw/intc/arm_gicv3_common.c         | 157 ++++++++++++-
 hw/intc/arm_gicv3_kvm.c            | 463 ++++++++++++++++++++++++++++++++++++-
 hw/intc/gicv3_internal.h           | 225 ++++++++++++++++++
 include/hw/intc/arm_gicv3_common.h |  76 +++++-
 include/migration/vmstate.h        |   9 +
 linux-headers/asm-arm64/kvm.h      |  17 +-
 target-arm/cpu.c                   |   1 +
 7 files changed, 934 insertions(+), 14 deletions(-)
 create mode 100644 hw/intc/gicv3_internal.h

-- 
2.4.4

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

end of thread, other threads:[~2015-10-13 11:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 11:35 [Qemu-devel] [RFC PATCH v2 0/5] GICv3 live migration support Pavel Fedin
2015-10-13 11:35 ` [Qemu-devel] [RFC PATCH v2 1/5] target-arm: Add mp-affinity property for ARM CPU class Pavel Fedin
2015-10-13 11:35 ` [Qemu-devel] [RFC PATCH v2 2/5] hw/intc/arm_gicv3_common: Add state information Pavel Fedin
2015-10-13 11:35 ` [Qemu-devel] [RFC PATCH v2 3/5] kernel: Add definitions for GICv3 attributes Pavel Fedin
2015-10-13 11:35 ` [Qemu-devel] [RFC PATCH v2 4/5] hw/intc/arm_gicv3_kvm: Implement get/put functions Pavel Fedin
2015-10-13 11:35 ` [Qemu-devel] [RFC PATCH v2 5/5] hw/intc/arm_gicv3_common: Add vmstate descriptors Pavel Fedin

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).