Re: [PATCH] KVM: Documentation: remove VM mmap documentation

2017-04-28 Thread Paolo Bonzini
On 27/04/2017 23:57, Jonathan Corbet wrote: > On Thu, 27 Apr 2017 15:40:42 -0600 > Jonathan Corbet wrote: > >> On Mon, 24 Apr 2017 11:16:49 +0200 >> Jann Horn wrote: >> >>> Since commit 80f5b5e700fa9c ("KVM: remove vm mmap method"), the VM mmap >>> handler is gone. Remove the corresponding doc

Re: [PATCH] KVM: Documentation: remove VM mmap documentation

2017-04-27 Thread Jonathan Corbet
On Thu, 27 Apr 2017 15:40:42 -0600 Jonathan Corbet wrote: > On Mon, 24 Apr 2017 11:16:49 +0200 > Jann Horn wrote: > > > Since commit 80f5b5e700fa9c ("KVM: remove vm mmap method"), the VM mmap > > handler is gone. Remove the corresponding documentation. > > Applied to the docs tree, thanks.

Re: [PATCH] KVM: Documentation: remove VM mmap documentation

2017-04-27 Thread Jonathan Corbet
On Mon, 24 Apr 2017 11:16:49 +0200 Jann Horn wrote: > Since commit 80f5b5e700fa9c ("KVM: remove vm mmap method"), the VM mmap > handler is gone. Remove the corresponding documentation. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc"

Re: [PATCH] KVM: Documentation: remove VM mmap documentation

2017-04-24 Thread David Hildenbrand
On 24.04.2017 11:16, Jann Horn wrote: > as 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

[PATCH] KVM: Documentation: remove VM mmap documentation

2017-04-24 Thread Jann Horn
Since commit 80f5b5e700fa9c ("KVM: remove vm mmap method"), the VM mmap handler is gone. Remove the corresponding documentation. Signed-off-by: Jann Horn --- Documentation/virtual/kvm/api.txt | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Documentation/virtual/kvm/api.t