Home
last modified time | relevance | path

Searched refs:tcg_only (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/
H A Dbios-tables-test.c79 bool tcg_only; member
1212 .tcg_only = true, in test_acpi_q35_tcg_mmio64()
1457 data.tcg_only = true, in test_acpi_q35_tcg_ivrs()
1577 .tcg_only = true, in test_acpi_virt_tcg_memhp()
1670 .tcg_only = true, in test_acpi_virt_tcg_numamem()
1692 .tcg_only = true, in test_acpi_virt_tcg_pxb()
1765 .tcg_only = true, in test_acpi_virt_tcg_acpi_hmat()
1921 .tcg_only = true, in test_acpi_virt_tcg()
1941 .tcg_only = true, in test_acpi_virt_tcg_topology()
2023 .tcg_only = true, in test_acpi_virt_viot()
[all …]
/qemu/scripts/
H A Ddevice-crash-test400 if getBinaryInfo(args, testcase['binary']).kvm_available and not args.tcg_only: