diff options
author | Marc Zyngier <maz@kernel.org> | 2022-12-05 17:39:12 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-12-05 17:39:12 +0300 |
commit | 86f27d849b4713eb9ccf679b084e7d4453cbc73d (patch) | |
tree | 025e6834997a101bd01640e2d0149c3410c3a443 /Documentation/virt/kvm/devices | |
parent | 118bc846d4de5b6df1de93fa55671c15bb89853b (diff) | |
parent | e1b3253340029b06f5f648d8390807cba4e4ec23 (diff) | |
download | linux-86f27d849b4713eb9ccf679b084e7d4453cbc73d.tar.xz |
Merge branch kvm-arm64/misc-6.2 into kvmarm-master/next
* kvm-arm64/misc-6.2:
: .
: Misc fixes for 6.2:
:
: - Fix formatting for the pvtime documentation
:
: - Fix a comment in the VHE-specific Makefile
: .
KVM: arm64: Fix typo in comment
KVM: arm64: Fix pvtime documentation
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'Documentation/virt/kvm/devices')
-rw-r--r-- | Documentation/virt/kvm/devices/vcpu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/virt/kvm/devices/vcpu.rst b/Documentation/virt/kvm/devices/vcpu.rst index 716aa3edae14..31f14ec4a65b 100644 --- a/Documentation/virt/kvm/devices/vcpu.rst +++ b/Documentation/virt/kvm/devices/vcpu.rst @@ -171,6 +171,8 @@ configured values on other VCPUs. Userspace should configure the interrupt numbers on at least one VCPU after creating all VCPUs and before running any VCPUs. +.. _kvm_arm_vcpu_pvtime_ctrl: + 3. GROUP: KVM_ARM_VCPU_PVTIME_CTRL ================================== |