Re: [PATCH 1/5] KVM: arm64: Document PV-lock interface

2019-12-22 Thread yezengruan
Hi Markus, On 2019/12/20 22:32, Markus Elfring wrote: > … >> +++ b/Documentation/virt/kvm/arm/pvlock.rst > … >> +Paravirtualized lock support for arm64 >> +== >> + >> +KVM/arm64 provids some … > … > > I suggest to avoid a typo here. Thanks for posting this.

Re: [PATCH 1/5] KVM: arm64: Document PV-lock interface

2019-12-19 Thread yezengruan
Hi Steve, On 2019/12/17 22:21, Steven Price wrote: > On Tue, Dec 17, 2019 at 01:55:45PM +, yezengr...@huawei.com wrote: >> From: Zengruan Ye >> >> Introduce a paravirtualization interface for KVM/arm64 to obtain the vcpu >> is currently running or not. >> >> A hypercall interface is provided

[PATCH 1/5] KVM: arm64: Document PV-lock interface

2019-12-17 Thread yezengruan
From: Zengruan Ye Introduce a paravirtualization interface for KVM/arm64 to obtain the vcpu is currently running or not. A hypercall interface is provided for the guest to interrogate the hypervisor's support for this interface and the location of the shared memory structures. Signed-off-by: