diff options
author | Marc Zyngier <maz@kernel.org> | 2020-12-04 11:12:55 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-12-04 11:12:55 +0100 |
commit | 17f84520cb8fcaf475c96c3ee90dd97b55a63669 (patch) | |
tree | f865c7d4a917642bf84e7348a6149d025b9082e0 /Documentation/virt | |
parent | Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queue (diff) | |
parent | KVM: arm64: Use kvm_write_guest_lock when init stolen time (diff) | |
download | linux-17f84520cb8fcaf475c96c3ee90dd97b55a63669.tar.xz linux-17f84520cb8fcaf475c96c3ee90dd97b55a63669.zip |
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/queue
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/kvm/arm/pvtime.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/virt/kvm/arm/pvtime.rst b/Documentation/virt/kvm/arm/pvtime.rst index 687b60d76ca9..392521af7c90 100644 --- a/Documentation/virt/kvm/arm/pvtime.rst +++ b/Documentation/virt/kvm/arm/pvtime.rst @@ -19,8 +19,8 @@ Two new SMCCC compatible hypercalls are defined: These are only available in the SMC64/HVC64 calling convention as paravirtualized time is not available to 32 bit Arm guests. The existence of -the PV_FEATURES hypercall should be probed using the SMCCC 1.1 ARCH_FEATURES -mechanism before calling it. +the PV_TIME_FEATURES hypercall should be probed using the SMCCC 1.1 +ARCH_FEATURES mechanism before calling it. PV_TIME_FEATURES ============= ======== ========== |