Lines Matching +full:- +full:e
3 if [ -z "$KUT_STANDALONE" ]; then
4 if [ ! -f config.mak ]; then
5 echo "run ./configure && make first. See ./configure -h"
9 source scripts/arch-run.bash
18 if ! ${qemu} -device '?' 2>&1 | grep -F -e \"testdev\" -e \"pc-testdev\" > /dev/null;
25 ${qemu} -device '?' 2>&1 | grep -F "pci-testdev" > /dev/null;
27 pci_testdev="-device pci-testdev"
33 ${qemu} -device '?' 2>&1 | grep -F "pc-testdev" > /dev/null;
35 pc_testdev="-device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4"
37 pc_testdev="-device testdev,chardev=testlog -chardev file,id=testlog,path=msr.out"
40 command="${qemu} --no-reboot -nodefaults $pc_testdev -vnc none -serial stdio $pci_testdev"
41 command+=" -machine accel=$ACCEL$ACCEL_PROPS"
43 command+=" -kernel"
48 # Set ENVIRON_DEFAULT=n to remove '-initrd' flag for QEMU (see
49 # 'scripts/arch-run.bash' for more details). This is because when using
51 # image, not through the '-kernel' flag. And QEMU reports an error if it
52 # gets '-initrd' without a '-kernel'