Commit 2f5947df authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Paolo Bonzini
Browse files

Documentation: move Documentation/virtual to Documentation/virt



Renaming docs seems to be en vogue at the moment, so fix on of the
grossly misnamed directories.  We usually never use "virtual" as
a shortcut for virtualization in the kernel, but always virt,
as seen in the virt/ top-level directory.  Fix up the documentation
to match that.

Fixes: ed16648e ("Move kvm, uml, and lguest subdirectories under a common "virtual" directory, I.E:")
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c6bf2ae9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2532,7 +2532,7 @@
			mem_encrypt=on:		Activate SME
			mem_encrypt=off:	Do not activate SME

			Refer to Documentation/virtual/kvm/amd-memory-encryption.rst
			Refer to Documentation/virt/kvm/amd-memory-encryption.rst
			for details on when memory encryption can be activated.

	mem_sleep_default=	[SUSPEND] Default system suspend mode:
+1 −1
Original line number Diff line number Diff line
@@ -3781,7 +3781,7 @@ encrypted VMs.

Currently, this ioctl is used for issuing Secure Encrypted Virtualization
(SEV) commands on AMD Processors. The SEV commands are defined in
Documentation/virtual/kvm/amd-memory-encryption.rst.
Documentation/virt/kvm/amd-memory-encryption.rst.

4.111 KVM_MEMORY_ENCRYPT_REG_REGION

Loading