kvm_x86_init_ops
int kvm_x86_vendor_init(struct kvm_x86_init_ops *ops);
static struct kvm_x86_init_ops svm_init_ops __initdata = {
struct kvm_x86_init_ops vt_init_ops __initdata = {
extern struct kvm_x86_init_ops vt_init_ops __initdata;
static inline void kvm_ops_update(struct kvm_x86_init_ops *ops)
int kvm_x86_vendor_init(struct kvm_x86_init_ops *ops)