diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-26 11:10:59 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-07 21:09:59 +0200 |
commit | 48b36e59ac213d534b79df79739f9ed2da7b12df (patch) | |
tree | dd544f47cddf20695ba9ba9d756e9c5139877355 /Documentation/virt/kvm/api.rst | |
parent | Documentation: KVM: update amd-memory-encryption.rst references (diff) | |
download | linux-48b36e59ac213d534b79df79739f9ed2da7b12df.tar.xz linux-48b36e59ac213d534b79df79739f9ed2da7b12df.zip |
Documentation: KVM: update msr.rst reference
Changeset daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
renamed: Documentation/virt/kvm/msr.rst
to: Documentation/virt/kvm/x86/msr.rst.
Update its cross-reference accordingly.
Fixes: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/5652b7f5caff3b817a660b75f1f319a2f8962380.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/virt/kvm/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index b71e1d778e28..9cc6981f5a34 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -7670,7 +7670,7 @@ architecture-specific interfaces. This capability and the architecture- specific interfaces must be consistent, i.e. if one says the feature is supported, than the other should as well and vice versa. For arm64 see Documentation/virt/kvm/devices/vcpu.rst "KVM_ARM_VCPU_PVTIME_CTRL". -For x86 see Documentation/virt/kvm/msr.rst "MSR_KVM_STEAL_TIME". +For x86 see Documentation/virt/kvm/x86/msr.rst "MSR_KVM_STEAL_TIME". 8.25 KVM_CAP_S390_DIAG318 ------------------------- |