Home
last modified time | relevance | path

Searched refs:QEMU (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/
H A Drun_tests.sh33 QEMU Path to QEMU binary for ARCH-run
34 ACCEL QEMU accelerator to use, e.g. 'kvm', 'hvf' or 'tcg'
36 MACHINE QEMU machine type
H A DREADME.md68 All tests can be run using QEMU. On arm, arm64, riscv32, and riscv64 tests can
71 By default the runner script searches for a suitable QEMU binary in the system.
72 To select a specific QEMU binary though, specify the QEMU=path/to/binary
75 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
82 For running tests that involve migration from one QEMU instance to another
91 then run the test(s) like with QEMU above.
100 This is only supported with QEMU; kvmtool cannot run the tests under UEFI.
105 example, extra QEMU parameters and time to execute limited, the
115 Unit tests use QEMU's '-append args...' parameter for command line
H A DREADME68 All tests can be run using QEMU. On arm, arm64, riscv32, and riscv64 tests can
71 By default the runner script searches for a suitable QEMU binary in the system.
72 To select a specific QEMU binary though, specify the QEMU=path/to/binary
75 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
82 For running tests that involve migration from one QEMU instance to another
91 then run the test(s) like with QEMU above.
100 This is only supported with QEMU; kvmtool cannot run the tests under UEFI.
105 example, extra QEMU parameters and time to execute limited, the
115 Unit tests use QEMU's '-append args...' parameter for command line
H A Dconfigure139 Select whether to run EFI tests directly with QEMU's -kernel
/kvm-unit-tests/arm/
H A Drun19 if [ "$QEMU" ] && [ -z "$ACCEL" ] &&
21 [ "$(basename $QEMU)" = "qemu-system-arm" ]; then
/kvm-unit-tests/x86/efi/
H A DREADME.md6 QEMU and UEFI.
12 - [UEFI firmware](https://github.com/tianocore/edk2): to run test cases in QEMU
/kvm-unit-tests/docs/
H A Dunittests.txt71 These are extra parameters supplied to the QEMU process. Multiple parameters
98 - Tests in the "panic" group expect QEMU to enter the GUEST_PANICKED state.
/kvm-unit-tests/scripts/
H A Darch-run.bash341 for qemucmd in ${QEMU:-qemu-system-$QEMU_ARCH qemu-kvm}; do
/kvm-unit-tests/s390x/
H A Dunittests.cfg27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream