From: Alexander Graf Date: Mon, 14 Jul 2014 16:27:35 +0000 (+0200) Subject: KVM: Rename and add argument to check_extension X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~10^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784aa3d7fb6f729c06d5836c9d9569f58e4d05ae;p=pandora-kernel.git KVM: Rename and add argument to check_extension In preparation to make the check_extension function available to VM scope we add a struct kvm * argument to the function header and rename the function accordingly. It will still be called from the /dev/kvm fd, but with a NULL argument for struct kvm *. Signed-off-by: Alexander Graf Acked-by: Paolo Bonzini --- Reading git-diff-tree failed