KVM: Rename and add argument to check_extension
authorAlexander Graf <agraf@suse.de>
Mon, 14 Jul 2014 16:27:35 +0000 (18:27 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 13:23:17 +0000 (15:23 +0200)
commit784aa3d7fb6f729c06d5836c9d9569f58e4d05ae
tree301ddcd02c27f91d488857d6df1bca5ea4c68bd7
parent9678cdaae93932473f696fdea5debf3eee1e1260
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 <agraf@suse.de>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm/kvm/arm.c
arch/ia64/kvm/kvm-ia64.c
arch/mips/kvm/mips.c
arch/powerpc/kvm/powerpc.c
arch/s390/kvm/kvm-s390.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c