KVM: arm64: Document PV-time interface
authorSteven Price <steven.price@arm.com>
Mon, 21 Oct 2019 15:28:14 +0000 (16:28 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 21 Oct 2019 18:20:25 +0000 (19:20 +0100)
commit6a7458485b390f48e481fcd4a0b20e6c5c843d2e
treeec921843fb5a9d544d7dbecbd34bb28f9807a135
parentdcac930e9901d765234bc15004db4f7d4416db71
KVM: arm64: Document PV-time interface

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@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Documentation/virt/kvm/arm/pvtime.rst [new file with mode: 0644]
Documentation/virt/kvm/devices/vcpu.txt