From 789632c38b3d72a0f560e804e82034878ecf7304 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 24 Jan 2023 11:11:09 +0000 Subject: [PATCH] ANDROID: KVM: arm64: Consistent hypercall naming in documentation Change a few uses of ARM_SMCCC_VENDOR_HYP_KVM_FOO_FUNC_ID to ARM_SMCCC_KVM_FUNC_FOO. Bug: 357781595 Change-Id: Id1642243ca4105a23e808cf28d13bfb81d9a5ac2 Signed-off-by: Keir Fraser --- Documentation/virt/kvm/arm/hypercalls.rst | 4 ++-- Documentation/virt/kvm/arm/ptp_kvm.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/virt/kvm/arm/hypercalls.rst b/Documentation/virt/kvm/arm/hypercalls.rst index af7bc2c2e0cb..ac71514eb71d 100644 --- a/Documentation/virt/kvm/arm/hypercalls.rst +++ b/Documentation/virt/kvm/arm/hypercalls.rst @@ -17,7 +17,7 @@ Specific Hypervisor Service Call" range with a UID of guest using the standard "Call UID" function for the service range in order to determine that the KVM/arm64-specific hypercalls are available. -``ARM_SMCCC_VENDOR_HYP_KVM_FEATURES_FUNC_ID`` +``ARM_SMCCC_KVM_FUNC_FEATURES`` --------------------------------------------- Provides a discovery mechanism for other KVM/arm64 hypercalls. @@ -40,7 +40,7 @@ Provides a discovery mechanism for other KVM/arm64 hypercalls. | | (uint32) | R3 | Bitmap of available function numbers 96-127 | +---------------------+----------+----+---------------------------------------------+ -``ARM_SMCCC_VENDOR_HYP_KVM_PTP_FUNC_ID`` +``ARM_SMCCC_KVM_FUNC_PTP`` ---------------------------------------- See ptp_kvm.rst diff --git a/Documentation/virt/kvm/arm/ptp_kvm.rst b/Documentation/virt/kvm/arm/ptp_kvm.rst index 7c0960970a0e..c8b01b7e53cc 100644 --- a/Documentation/virt/kvm/arm/ptp_kvm.rst +++ b/Documentation/virt/kvm/arm/ptp_kvm.rst @@ -7,7 +7,7 @@ PTP_KVM is used for high precision time sync between host and guests. It relies on transferring the wall clock and counter value from the host to the guest using a KVM-specific hypercall. -``ARM_SMCCC_VENDOR_HYP_KVM_PTP_FUNC_ID`` +``ARM_SMCCC_KVM_FUNC_PTP`` ---------------------------------------- Retrieve current time information for the specific counter. There are no