Home
last modified time | relevance | path

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

/kvm-unit-tests/arm/
H A Drun13 if [ "$QEMU" ] && [ -z "$ACCEL" ] &&
15 [ "$(basename $QEMU)" = "qemu-system-arm" ]; then
/kvm-unit-tests/
H A DREADME68 By default the runner script searches for a suitable QEMU binary in the system.
69 To select a specific QEMU binary though, specify the QEMU=path/to/binary
72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
79 For running tests that involve migration from one QEMU instance to another
90 example, extra QEMU parameters and time to execute limited, the
100 Unit tests use QEMU's '-append args...' parameter for command line
H A DREADME.md68 By default the runner script searches for a suitable QEMU binary in the system.
69 To select a specific QEMU binary though, specify the QEMU=path/to/binary
72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat
79 For running tests that involve migration from one QEMU instance to another
90 example, extra QEMU parameters and time to execute limited, the
100 Unit tests use QEMU's '-append args...' parameter for command line
H A Drun_tests.sh29 Set the environment variable QEMU=/path/to/qemu-system-ARCH to
H A Dconfigure139 Select whether to run EFI tests directly with QEMU's -kernel
/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.txt61 These are extra parameters supplied to the QEMU process. -append '...' can
76 - Tests in the "panic" group expect QEMU to enter the GUEST_PANICKED state.
/kvm-unit-tests/scripts/
H A Darch-run.bash409 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