All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/4] support exception state migration and set VSESR_EL2 by user space
@ 2018-07-19 15:24 ` James Morse
  0 siblings, 0 replies; 12+ messages in thread
From: James Morse @ 2018-07-19 15:24 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: kvm-devel, Marc Zyngier, Linuxarm, gengdongjiu, kvmarm

Hi guys,

Changes since v8: expanded the documentation based on feedback.

This series adds the get/set events API to KVM for arm/arm64 so that
user-space can migrate pending SError, (which KVM may have made pending
as part of its device emulation), and for RAS make a new SError with a
specific ESR value pending. (Only systems with the v8.2 RAS Extensions
can specify an ESR, KVM advertises this capability with a new cap:
KVM_CAP_ARM_INJECT_SERROR_ESR)

User-space can use this for emulation of the v8.2 CPU RAS features
(using error nodes backed by mmio) or as part of NOTIFY_SEI which
extends a v8.2 RAS SError to also have firmware-first CPER records.


Thanks,

James

Dongjiu Geng (2):
  arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
  arm64: KVM: export the capability to set guest SError syndrome

James Morse (2):
  KVM: arm64: Share the parts of get/set events useful to 32bit
  KVM: arm: Add 32bit get/set events support

 Documentation/virtual/kvm/api.txt    | 80 ++++++++++++++++++++++++++--
 arch/arm/include/asm/kvm_host.h      |  5 ++
 arch/arm/include/uapi/asm/kvm.h      | 13 +++++
 arch/arm/kvm/guest.c                 | 23 ++++++++
 arch/arm64/include/asm/kvm_emulate.h |  5 ++
 arch/arm64/include/asm/kvm_host.h    |  7 +++
 arch/arm64/include/uapi/asm/kvm.h    | 13 +++++
 arch/arm64/kvm/guest.c               | 33 ++++++++++++
 arch/arm64/kvm/inject_fault.c        |  6 +--
 arch/arm64/kvm/reset.c               |  4 ++
 include/uapi/linux/kvm.h             |  1 +
 virt/kvm/arm/arm.c                   | 45 ++++++++++++++++
 12 files changed, 228 insertions(+), 7 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2018-07-20 10:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19 15:24 [PATCH v9 0/4] support exception state migration and set VSESR_EL2 by user space James Morse
2018-07-19 15:24 ` James Morse
2018-07-19 15:24 ` [PATCH v9 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS James Morse
2018-07-19 15:24   ` James Morse
2018-07-19 15:24 ` [PATCH v9 2/4] arm64: KVM: export the capability to set guest SError syndrome James Morse
2018-07-19 15:24   ` James Morse
2018-07-19 15:24 ` [PATCH v9 3/4] KVM: arm64: Share the parts of get/set events useful to 32bit James Morse
2018-07-19 15:24   ` James Morse
2018-07-19 15:24 ` [PATCH v9 4/4] KVM: arm: Add 32bit get/set events support James Morse
2018-07-19 15:24   ` James Morse
2018-07-20 10:13 ` [PATCH v9 0/4] support exception state migration and set VSESR_EL2 by user space Marc Zyngier
2018-07-20 10:13   ` 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.