KVM: remove vm mmap method
authorGleb Natapov <gleb@redhat.com>
Tue, 5 Nov 2013 14:04:18 +0000 (16:04 +0200)
committerGleb Natapov <gleb@redhat.com>
Wed, 6 Nov 2013 07:28:47 +0000 (09:28 +0200)
commit80f5b5e700fa9c58480eafce0d47367bafb70006
tree9b7694467e8a47b7a81eea280a3eadef33ca418a
parent27ef63c7e97d1e5dddd85051c03f8d44cc887f34
KVM: remove vm mmap method

It was used in conjunction with KVM_SET_MEMORY_REGION ioctl which was
removed by b74a07beed0 in 2010, QEMU stopped using it in 2008, so
it is time to remove the code finally.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
virt/kvm/kvm_main.c