Searched refs:QEMU (Results 1 – 9 of 9) sorted by relevance
13 if [ "$QEMU" ] && [ -z "$ACCEL" ] &&15 [ "$(basename $QEMU)" = "qemu-system-arm" ]; then
68 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/binary72 QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat79 For running tests that involve migration from one QEMU instance to another90 example, extra QEMU parameters and time to execute limited, the100 Unit tests use QEMU's '-append args...' parameter for command line
29 Set the environment variable QEMU=/path/to/qemu-system-ARCH to
139 Select whether to run EFI tests directly with QEMU's -kernel
6 QEMU and UEFI.12 - [UEFI firmware](https://github.com/tianocore/edk2): to run test cases in QEMU
61 These are extra parameters supplied to the QEMU process. -append '...' can76 - Tests in the "panic" group expect QEMU to enter the GUEST_PANICKED state.
409 for qemucmd in ${QEMU:-qemu-system-$QEMU_ARCH qemu-kvm}; do
27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream