Searched full:tcg (Results 1 – 25 of 28) sorted by relevance
12
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 31 - 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.yml | 33 ACCEL="${ACCEL:-tcg}" ./run_tests.sh -v $TESTS | tee results.txt &&
|
H A D | README | 77 To select an accelerator, for example "kvm", "hvf" or "tcg", specify the 128 QEMU_ACCEL either kvm, hvf or tcg
|
H A D | README.macOS.md | 3 The tests can be used to validate TCG or HVF accel on macOS.
|
H A D | README.md | 77 To select an accelerator, for example "kvm", "hvf" or "tcg", specify the 128 QEMU_ACCEL either kvm, hvf or tcg
|
H A D | run_tests.sh | 34 ACCEL QEMU accelerator to use, e.g. 'kvm', 'hvf' or 'tcg'
|
/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 125 # 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 D | run | 22 ACCEL="tcg"
|
/kvm-unit-tests/s390x/ |
H A D | run | 25 if is_pv "$@" && [ "$ACCEL" = "tcg" ]; then 26 echo "Protected Virtualization isn't supported under TCG"
|
H A D | unittests.cfg | 18 # 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 D | mvpg.c | 252 /* Known issue in TCG: CCO flag is not honoured */ in test_mmu_prot() 254 report_prefix_push("TCG"); in test_mmu_prot()
|
H A D | cpumodel.c | 91 { 37, 42, true }, /* TCG does not have DFP and won't get it soon */
|
H A D | cstart64.S | 23 * For KVM and TCG kernel boot we are in 64 bit z/Arch mode.
|
H A D | exittime.c | 270 report_skip("not supported under TCG"); in main()
|
/kvm-unit-tests/powerpc/ |
H A D | run | 28 echo "PowerNV machine does not support KVM. ACCEL=tcg must be specified." 46 if [[ "$ACCEL" == "tcg" ]] ; then
|
H A D | unittests.cfg | 90 accel = tcg,thread=single 107 accel = tcg
|
H A D | mmu.c | 41 * 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 D | atomics.c | 125 * 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 D | spapr_vpa.c | 153 /* TCG known fail, could be wrong test, must verify against PowerVM */ in test_vpa()
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-macos-i386.yml | 18 - ACCEL=tcg ./run_tests.sh
|
H A D | cirrus-ci-macos-x86-64.yml | 18 - ACCEL=tcg ./run_tests.sh
|
/kvm-unit-tests/scripts/s390x/ |
H A D | func.bash | 25 if [ "$accel" = 'tcg' ] || grep -q "migration" <<< "$groups"; then
|
/kvm-unit-tests/lib/s390x/ |
H A D | hardware.c | 39 * are on TCG (otherwise the string is "IBM" in EBCDIC) in do_detect_host()
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 102 accel = kvm|tcg
|
/kvm-unit-tests/scripts/ |
H A D | arch-run.bash | 484 if [ "$ACCEL" = "tcg" ]; then 601 ACCEL="tcg"
|
12