Home
last modified time | relevance | path

Searched refs:kvm_hyperv_expand_features (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dkvm_i386.h39 bool kvm_hyperv_expand_features(X86CPU *cpu, Error **errp);
H A Dkvm.c1406 bool kvm_hyperv_expand_features(X86CPU *cpu, Error **errp) in kvm_hyperv_expand_features() function
2116 if (!kvm_hyperv_expand_features(cpu, &local_err)) { in kvm_arch_init_vcpu()
/openbmc/qemu/target/i386/
H A Dcpu.c7642 if (kvm_enabled() && !kvm_hyperv_expand_features(cpu, errp)) { in x86_cpu_expand_features()