Re: [PATCH 0/3] KVM: arm64: Implement API for vGICv3 live migration

2015-08-30 Thread Christoffer Dall
On Fri, Aug 28, 2015 at 03:56:09PM +0300, Pavel Fedin wrote:
 This patchset adds necessary userspace API in order to support vGICv3 live
 migration. This includes accessing GIC distributor and redistributor memory
 regions using device attribute ioctls, and system registers of
 CPU interface using register get/set ioctls.

This obviously lacks a clear description of the API in
Documentation/virtual/kvm/devices/arm-vgic.txt

 
 Pavel Fedin (3):
   KVM: arm64: Implement vGICv3 distributor and redistributor access from
 userspace
   KVM: arm64: Allow to use accessors in KVM_SET_ONE_REG and
 KVM_GET_ONE_REG
   KVM: arm64: Implement accessors for vGIC CPU interface registers
 
  arch/arm64/include/uapi/asm/kvm.h  |   1 +
  arch/arm64/kvm/sys_regs.c  | 223 
 -
  include/linux/irqchip/arm-gic-v3.h |  18 ++-
  virt/kvm/arm/vgic-v3-emul.c| 186 ---
  4 files changed, 405 insertions(+), 23 deletions(-)
 
 -- 
 2.4.4
 
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] KVM: arm64: Implement API for vGICv3 live migration

2015-08-28 Thread Pavel Fedin
This patchset adds necessary userspace API in order to support vGICv3 live
migration. This includes accessing GIC distributor and redistributor memory
regions using device attribute ioctls, and system registers of
CPU interface using register get/set ioctls.

Pavel Fedin (3):
  KVM: arm64: Implement vGICv3 distributor and redistributor access from
userspace
  KVM: arm64: Allow to use accessors in KVM_SET_ONE_REG and
KVM_GET_ONE_REG
  KVM: arm64: Implement accessors for vGIC CPU interface registers

 arch/arm64/include/uapi/asm/kvm.h  |   1 +
 arch/arm64/kvm/sys_regs.c  | 223 -
 include/linux/irqchip/arm-gic-v3.h |  18 ++-
 virt/kvm/arm/vgic-v3-emul.c| 186 ---
 4 files changed, 405 insertions(+), 23 deletions(-)

-- 
2.4.4

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html