Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c79 bool tcg_only; member
833 data->tcg_only ? "" : "-accel kvm", in test_acpi_create_args()
841 data->tcg_only ? "" : "-accel kvm", in test_acpi_create_args()
850 data->tcg_only ? "" : "-accel kvm", in test_acpi_create_args()
1230 .tcg_only = true, in test_acpi_q35_tcg_mmio64()
1494 data.tcg_only = true, in test_acpi_q35_tcg_ivrs()
1619 .tcg_only = true, in test_acpi_aarch64_virt_tcg_memhp()
1692 data.tcg_only = true; /* need constant host-phys-bits */ in test_acpi_microvm_pcie_tcg()
1714 .tcg_only = true, in test_acpi_riscv64_virt_tcg_numamem()
1740 .tcg_only = true, in test_acpi_aarch64_virt_tcg_numamem()
[all …]
/openbmc/qemu/scripts/
H A Ddevice-crash-test400 if getBinaryInfo(args, testcase['binary']).kvm_available and not args.tcg_only: