All of lore.kernel.org
 help / color / mirror / Atom feed
* KVM Live migration with GICv3
@ 2015-08-11  5:25 Vijay Kilari
  2015-08-11  6:41 ` Pavel Fedin
  2015-08-12 16:34 ` Marc Zyngier
  0 siblings, 2 replies; 9+ messages in thread
From: Vijay Kilari @ 2015-08-11  5:25 UTC (permalink / raw)
  To: kvmarm, Christoffer Dall, Alex Bennée, p.fedin

Hi,

   I have prototyped Live migration with GICv3.
For this I have made following changes

1) Save and Restore of GICv3 registers in QEMU.
    - For GICv2, QEMU is saving/restoring GICD, GICC  registers. For GICv3,
     we have to save/restore GICD, GICR and ICC registers.
     However ICC registers are system registers which cannot be
accessed @ EL0 level (SRE=1). So these ICC registers should be
accessed as mmio registers by QEMU, for this we have to add ioctl to
access ICC @ EL1 level similar to GICC registers of GICv2.

2) KVM ioctls in kernel provides only 32-bit register access to GIC
registers, where
   as some registers in GICD/GICR requires 64-bit register access. I
propose to use mmio.flag to specify 32/64 bit access.

3) KVM ioctls to access ICC registers for GICv3

Please provide your initial feedback. Let me know if some of this
issues are already fixed

I am attending KVM-forum next week @ Seattle. We can discuss there as well.

Regards
Vijay

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

end of thread, other threads:[~2015-08-26 14:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  5:25 KVM Live migration with GICv3 Vijay Kilari
2015-08-11  6:41 ` Pavel Fedin
2015-08-11 15:15   ` Vijay Kilari
2015-08-11 15:24     ` Pavel Fedin
2015-08-12 16:17       ` Marc Zyngier
2015-08-12 16:33         ` Peter Maydell
2015-08-25 11:27     ` Pavel Fedin
2015-08-26 14:24       ` Vijay Kilari
2015-08-12 16:34 ` Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.