Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dkvm.c1176 unsigned int cap = cpu->hyperv_synic_kvm_only ? in get_supported_hv_cpuid_legacy()
1433 !cpu->hyperv_synic_kvm_only && in kvm_hyperv_expand_features()
1499 !cpu->hyperv_synic_kvm_only) { in hyperv_fill_cpuids()
1642 uint32_t synic_cap = cpu->hyperv_synic_kvm_only ? in hyperv_init_vcpu()
1651 if (!cpu->hyperv_synic_kvm_only) { in hyperv_init_vcpu()
/qemu/target/i386/
H A Dcpu.h1913 bool hyperv_synic_kvm_only; member
H A Dcpu.c8104 DEFINE_PROP_BOOL("x-hv-synic-kvm-only", X86CPU, hyperv_synic_kvm_only,