Searched refs:tcg_only (Results 1 – 2 of 2) sorted by relevance
79 bool tcg_only; member833 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 …]
400 if getBinaryInfo(args, testcase['binary']).kvm_available and not args.tcg_only: