[PATCH v4 20/21] KVM: arm64: Export SDEI capability

2021-08-14 Thread Gavin Shan
The SDEI functionality is ready to be exported so far. This adds new capability (KVM_CAP_ARM_SDEI) and exports it. Signed-off-by: Gavin Shan --- arch/arm64/kvm/arm.c | 3 +++ include/uapi/linux/kvm.h | 1 + 2 files changed, 4 insertions(+) diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/

Re: [PATCH v4 20/21] KVM: arm64: Export SDEI capability

2021-11-10 Thread Eric Auger
On 8/15/21 2:13 AM, Gavin Shan wrote: > The SDEI functionality is ready to be exported so far. This adds > new capability (KVM_CAP_ARM_SDEI) and exports it. Need to be documented in kvm/api.rst as the rest of the API Eric > > Signed-off-by: Gavin Shan > --- > arch/arm64/kvm/arm.c | 3 ++

Re: [PATCH v4 20/21] KVM: arm64: Export SDEI capability

2022-01-11 Thread Gavin Shan
On 11/10/21 9:55 PM, Eric Auger wrote: On 8/15/21 2:13 AM, Gavin Shan wrote: The SDEI functionality is ready to be exported so far. This adds new capability (KVM_CAP_ARM_SDEI) and exports it. Need to be documented in kvm/api.rst as the rest of the API Ok, Thanks, Eric :) Signed-off-by: