[PATCH v4 15/21] KVM: arm64: Support SDEI event notifier

2021-08-14 Thread Gavin Shan
The owner of the SDEI event, like asynchronous page fault, need know the state of injected SDEI event. This supports SDEI event state updating by introducing notifier mechanism. It's notable the notifier (handler) should be capable of migration. Signed-off-by: Gavin Shan --- arch/arm64/include/a

Re: [PATCH v4 15/21] KVM: arm64: Support SDEI event notifier

2021-11-10 Thread Eric Auger
Hi Gavin, On 8/15/21 2:13 AM, Gavin Shan wrote: > The owner of the SDEI event, like asynchronous page fault, need owner is not a terminology used in the SDEI spec > know the state of injected SDEI event. This supports SDEI event s/need know the state of injected/to know the state of the injected >

Re: [PATCH v4 15/21] KVM: arm64: Support SDEI event notifier

2022-01-11 Thread Gavin Shan
Hi Eric, On 11/10/21 7:35 PM, Eric Auger wrote: On 8/15/21 2:13 AM, Gavin Shan wrote: The owner of the SDEI event, like asynchronous page fault, need owner is not a terminology used in the SDEI spec know the state of injected SDEI event. This supports SDEI event s/need know the state of inje