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
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.
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"
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
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