KVM: remove vm mmap method
authorGleb Natapov <gleb@redhat.com>
Tue, 5 Nov 2013 14:04:18 +0000 (16:04 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:18:18 +0000 (17:18 +0200)
commitd49c7a4473eebfda645f469c7a2e77846c8008e2
treec577936608f2afcd9671e6f002a1b26583b7cbd9
parent7f17a13bdd7902c3e4d55c273820e3099c1e1d33
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>
(cherry picked from commit 80f5b5e700fa9c58480eafce0d47367bafb70006)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/kvm_main.c