Re: [PATCH v6 10/18] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall

2022-04-04 Thread kernel test robot
Hi Gavin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.18-rc1 next-20220404] [cannot apply to kvmarm/next kvm/master linux/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when su

[PATCH v6 10/18] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall

2022-04-03 Thread Gavin Shan
This supports SDEI_PE_{MASK, UNMASK} hypercall. They are used by guest to stop or start receiving event on the specified vcpu. Signed-off-by: Gavin Shan --- arch/arm64/kvm/sdei.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm64/kvm/sdei.c b/arch/arm64/kvm/sdei.c