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)
commit548ef28449c0c06f92194c40ff0eaed248cb4b75
tree8fd49838e0ffa90b56f7525f1b0332732e9565d7
parent0fa9778895635ab3824caf34fd573562dd2b999c
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
This page took 0.026901 seconds and 5 git commands to generate.