Home
last modified time | relevance | path

Searched refs:VIR_CPU_COMPARE_INCOMPATIBLE (Results 1 – 10 of 10) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dcputest.c162 case VIR_CPU_COMPARE_INCOMPATIBLE: return "INCOMPATIBLE"; in cpuTestCompResStr()
234 cmpResult == VIR_CPU_COMPARE_INCOMPATIBLE) { in cpuTestGuestCPU()
981 DO_TEST_COMPARE(VIR_ARCH_X86_64, "host", "host-better", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
983 DO_TEST_COMPARE(VIR_ARCH_X86_64, "host", "host-amd-fake", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
989 DO_TEST_COMPARE(VIR_ARCH_PPC64, "host", "host-better", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
990 DO_TEST_COMPARE(VIR_ARCH_PPC64, "host", "host-worse", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
993 DO_TEST_COMPARE(VIR_ARCH_PPC64, "host-no-vendor", "host", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
1001 DO_TEST_COMPARE(VIR_ARCH_X86_64, "host", "exact-forbid", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
1009 DO_TEST_COMPARE(VIR_ARCH_X86_64, "host", "strict", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
1014 DO_TEST_COMPARE(VIR_ARCH_X86_64, "host", "pentium3-amd", VIR_CPU_COMPARE_INCOMPATIBLE); in mymain()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/cpu/
H A Dcpu_ppc64.c115 return VIR_CPU_COMPARE_INCOMPATIBLE; in ppc64CheckCompatibilityMode()
415 return VIR_CPU_COMPARE_INCOMPATIBLE; in ppc64Compute()
429 return VIR_CPU_COMPARE_INCOMPATIBLE; in ppc64Compute()
486 return VIR_CPU_COMPARE_INCOMPATIBLE; in ppc64Compute()
508 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUppc64Compare()
513 if (failIncompatible && ret == VIR_CPU_COMPARE_INCOMPATIBLE) { in virCPUppc64Compare()
567 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUppc64DataIsIdentical()
570 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUppc64DataIsIdentical()
574 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUppc64DataIsIdentical()
576 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUppc64DataIsIdentical()
H A Dcpu_arm.c137 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUarmDataIsIdentical()
140 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUarmDataIsIdentical()
143 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUarmDataIsIdentical()
147 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUarmDataIsIdentical()
523 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUarmCompare()
541 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUarmCompare()
H A Dcpu_x86.c1867 return VIR_CPU_COMPARE_INCOMPATIBLE; in x86Compute()
1881 return VIR_CPU_COMPARE_INCOMPATIBLE; in x86Compute()
1897 return VIR_CPU_COMPARE_INCOMPATIBLE; in x86Compute()
1912 return VIR_CPU_COMPARE_INCOMPATIBLE; in x86Compute()
1932 return VIR_CPU_COMPARE_INCOMPATIBLE; in x86Compute()
1956 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUx86Compare()
1961 if (ret == VIR_CPU_COMPARE_INCOMPATIBLE && failIncompatible) { in virCPUx86Compare()
3349 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUx86DataIsIdentical()
3355 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUx86DataIsIdentical()
3370 return VIR_CPU_COMPARE_INCOMPATIBLE; in virCPUx86DataIsIdentical()
/dports/devel/libvirt-java/libvirt-java-0.5.2/src/main/java/org/libvirt/
H A DCPUCompareResult.java7 …VIR_CPU_COMPARE_ERROR(-1), VIR_CPU_COMPARE_INCOMPATIBLE(0), VIR_CPU_COMPARE_IDENTICAL(1), VIR_CPU_… enumConstant
/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-host.h745 VIR_CPU_COMPARE_INCOMPATIBLE = 0, enumerator
/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-host.c1180 case VIR_CPU_COMPARE_INCOMPATIBLE: in cmdCPUCompare()
1605 case VIR_CPU_COMPARE_INCOMPATIBLE: in cmdHypervisorCPUCompare()
/dports/devel/libvirt/libvirt-7.10.0/src/bhyve/
H A Dbhyve_driver.c1465 ret = VIR_CPU_COMPARE_INCOMPATIBLE; in bhyveConnectCompareCPU()
/dports/devel/p5-Sys-Virt/Sys-Virt-1.1.1/
H A DVirt.xs6427 REGISTER_CONSTANT(VIR_CPU_COMPARE_INCOMPATIBLE, CPU_COMPARE_INCOMPATIBLE);
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_driver.c12206 return VIR_CPU_COMPARE_INCOMPATIBLE; in qemuConnectCPUModelComparison()