]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Get rid of kvm_kvfree()
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 24 Feb 2015 20:29:25 +0000 (21:29 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 10 Mar 2015 13:37:43 +0000 (10:37 -0300)
commite6fe122ffd8bff6ec2d71dfe9fd56ba080b79211
tree8fd49838e0ffa90b56f7525f1b0332732e9565d7
parent2fdbbf6bb29bd5c8f25b86bc930e422b393f8cb5
KVM: Get rid of kvm_kvfree()

kvm_kvfree() provides exactly the same functionality as the
new common kvfree() function - so let's simply replace the
kvm function with the common function.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c