Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: KVM: update amd-memory-encryption.rst references

Changeset daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
renamed: Documentation/virt/kvm/amd-memory-encryption.rst
to: Documentation/virt/kvm/x86/amd-memory-encryption.rst.

Update the cross-references 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/fd80db889e34aae87a4ca88cad94f650723668f4.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
7ac3945d e38fd637

+3 -3
+1 -1
Documentation/admin-guide/kernel-parameters.txt
··· 3104 3104 mem_encrypt=on: Activate SME 3105 3105 mem_encrypt=off: Do not activate SME 3106 3106 3107 - Refer to Documentation/virt/kvm/amd-memory-encryption.rst 3107 + Refer to Documentation/virt/kvm/x86/amd-memory-encryption.rst 3108 3108 for details on when memory encryption can be activated. 3109 3109 3110 3110 mem_sleep_default= [SUSPEND] Default system suspend mode:
+1 -1
Documentation/security/secrets/coco.rst
··· 98 98 99 99 See [sev-api-spec]_ for more info regarding SEV ``LAUNCH_SECRET`` operation. 100 100 101 - .. [sev] Documentation/virt/kvm/amd-memory-encryption.rst 101 + .. [sev] Documentation/virt/kvm/x86/amd-memory-encryption.rst 102 102 .. [secrets-coco-abi] Documentation/ABI/testing/securityfs-secrets-coco 103 103 .. [sev-api-spec] https://www.amd.com/system/files/TechDocs/55766_SEV-KM_API_Specification.pdf
+1 -1
Documentation/virt/kvm/api.rst
··· 4667 4667 4668 4668 Currently, this ioctl is used for issuing Secure Encrypted Virtualization 4669 4669 (SEV) commands on AMD Processors. The SEV commands are defined in 4670 - Documentation/virt/kvm/amd-memory-encryption.rst. 4670 + Documentation/virt/kvm/x86/amd-memory-encryption.rst. 4671 4671 4672 4672 4.111 KVM_MEMORY_ENCRYPT_REG_REGION 4673 4673 -----------------------------------