]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
KVM: Documentation: remove VM mmap documentation
authorJann Horn <jannh@google.com>
Mon, 24 Apr 2017 09:16:49 +0000 (11:16 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Apr 2017 18:40:52 +0000 (20:40 +0200)
Since commit 80f5b5e700fa9c ("KVM: remove vm mmap method"), the VM mmap
handler is gone. Remove the corresponding documentation.

Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virtual/kvm/api.txt

index f038f8cafa70fba62f177af5b9af958e83e65612..4029943887a30b89e4cc8a30d4d533ca10aaa36a 100644 (file)
@@ -110,11 +110,7 @@ Type: system ioctl
 Parameters: machine type identifier (KVM_VM_*)
 Returns: a VM fd that can be used to control the new virtual machine.
 
-The new VM has no virtual cpus and no memory.  An mmap() of a VM fd
-will access the virtual machine's physical address space; offset zero
-corresponds to guest physical address zero.  Use of mmap() on a VM fd
-is discouraged if userspace memory allocation (KVM_CAP_USER_MEMORY) is
-available.
+The new VM has no virtual cpus and no memory.
 You probably want to use 0 as machine type.
 
 In order to create user controlled virtual machines on S390, check