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)
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>

No differences found