Re: [PATCH 1/9] KVM: arm64: Document PV-time interface

From: Steven Price
Date: Mon Aug 05 2019 - 09:16:39 EST


On 05/08/2019 04:23, Zenghui Yu wrote:
> Hi Steven,
>
> On 2019/8/2 22:50, Steven Price wrote:
>> Introduce a paravirtualization interface for KVM/arm64 based on the
>> "Arm Paravirtualized Time for Arm-Base Systems" specification DEN 0057A.
>>
>> This only adds the details about "Stolen Time" as the details of "Live
>> Physical Time" have not been fully agreed.
>>
>> User space can specify a reserved area of memory for the guest and
>> inform KVM to populate the memory with information on time that the host
>> kernel has stolen from the guest.
>>
>> 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: Steven Price <steven.price@xxxxxxx>
>> ---
>> Â Documentation/virtual/kvm/arm/pvtime.txt | 107 +++++++++++++++++++++++
>> Â 1 file changed, 107 insertions(+)
>> Â create mode 100644 Documentation/virtual/kvm/arm/pvtime.txt
> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^^^^^^^
> This directory has been renamed recently, see:
>
> https://patchwork.ozlabs.org/patch/1136104/

Thanks for pointing that out - I'll move it in the next version.

Steve