Home
last modified time | relevance | path

Searched full:tcg (Results 1 – 25 of 28) sorted by relevance

12

/kvm-unit-tests/
H A D.gitlab-ci.yml31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
61 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
75 - EFI_USE_ACPI=y ACCEL=tcg MAX_SMP=8 ./run_tests.sh
91 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
121 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
137 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
152 - ACCEL=tcg ./run_tests.sh
170 - ACCEL=tcg ./run_tests.sh
191 - ACCEL=tcg KVM_UNIT_TESTS_ENV=test-env ./run_tests.sh
204 - ACCEL=tcg KVM_UNIT_TESTS_ENV=test-env ./run_tests.sh
[all …]
H A D.travis.yml33 ACCEL="${ACCEL:-tcg}" ./run_tests.sh -v $TESTS | tee results.txt &&
H A DREADME77 To select an accelerator, for example "kvm", "hvf" or "tcg", specify the
128 QEMU_ACCEL either kvm, hvf or tcg
H A DREADME.macOS.md3 The tests can be used to validate TCG or HVF accel on macOS.
H A DREADME.md77 To select an accelerator, for example "kvm", "hvf" or "tcg", specify the
128 QEMU_ACCEL either kvm, hvf or tcg
H A Drun_tests.sh34 ACCEL QEMU accelerator to use, e.g. 'kvm', 'hvf' or 'tcg'
/kvm-unit-tests/arm/
H A Dunittests.cfg125 # Test PMU support (TCG) with -icount IPC=1
126 #[pmu-tcg-icount-1]
131 #accel = tcg
133 # Test PMU support (TCG) with -icount IPC=256
134 #[pmu-tcg-icount-256]
139 #accel = tcg
H A Drun22 ACCEL="tcg"
/kvm-unit-tests/s390x/
H A Drun25 if is_pv "$@" && [ "$ACCEL" = "tcg" ]; then
26 echo "Protected Virtualization isn't supported under TCG"
H A Dunittests.cfg18 # TODO: Remove accel=kvm once the following TCG migration fix has been merged:
27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream
138 [firq-linear-cpu-ids-tcg]
142 accel = tcg
144 [firq-nonlinear-cpu-ids-tcg]
148 accel = tcg
172 [adtl-status-tcg]
175 accel = tcg
176 # no guarded-storage support in tcg
179 [adtl-status-no-vec-no-gs-tcg]
[all …]
H A Dmvpg.c252 /* Known issue in TCG: CCO flag is not honoured */ in test_mmu_prot()
254 report_prefix_push("TCG"); in test_mmu_prot()
H A Dcpumodel.c91 { 37, 42, true }, /* TCG does not have DFP and won't get it soon */
H A Dcstart64.S23 * For KVM and TCG kernel boot we are in 64 bit z/Arch mode.
H A Dexittime.c270 report_skip("not supported under TCG"); in main()
/kvm-unit-tests/powerpc/
H A Drun28 echo "PowerNV machine does not support KVM. ACCEL=tcg must be specified."
46 if [[ "$ACCEL" == "tcg" ]] ; then
H A Dunittests.cfg90 accel = tcg,thread=single
107 accel = tcg
H A Dmmu.c41 * This is intended to execuse a QEMU TCG bug by forming a in tlbie_fn()
116 /* TCG has a known race invalidating other CPUs */ in test_tlbie()
H A Datomics.c125 * exception, and in TCG the stcx does not though it does on POWER CPUs. in test_lwarx_stwcx()
235 * Running under TCG record-replay, reservations must not in test_migrate_reserve()
H A Dspapr_vpa.c153 /* TCG known fail, could be wrong test, must verify against PowerVM */ in test_vpa()
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml18 - ACCEL=tcg ./run_tests.sh
H A Dcirrus-ci-macos-x86-64.yml18 - ACCEL=tcg ./run_tests.sh
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash25 if [ "$accel" = 'tcg' ] || grep -q "migration" <<< "$groups"; then
/kvm-unit-tests/lib/s390x/
H A Dhardware.c39 * are on TCG (otherwise the string is "IBM" in EBCDIC) in do_detect_host()
/kvm-unit-tests/docs/
H A Dunittests.txt102 accel = kvm|tcg
/kvm-unit-tests/scripts/
H A Darch-run.bash484 if [ "$ACCEL" = "tcg" ]; then
601 ACCEL="tcg"

12