/openbmc/qemu/tests/qemu-iotests/ |
H A D | 051 | 67 run_qemu() function 171 run_qemu -drive if=ide 177 run_qemu -drive if=virtio 273 run_qemu -drive driver=file 275 run_qemu -drive driver=nbd 276 run_qemu -drive driver=raw 278 run_qemu -drive file.driver=nbd 280 run_qemu -drive foo=bar 331 run_qemu -hda foo:bar 332 run_qemu -drive file=foo:bar [all …]
|
H A D | 142 | 61 run_qemu() function 76 run_qemu -drive file="$TEST_IMG",cache=none 77 run_qemu -drive file="$TEST_IMG",cache=directsync 78 run_qemu -drive file="$TEST_IMG",cache=writeback 79 run_qemu -drive file="$TEST_IMG",cache=writethrough 80 run_qemu -drive file="$TEST_IMG",cache=unsafe 81 run_qemu -drive file="$TEST_IMG",cache=invalid_value 110 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e… 112 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't"… 114 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.writeback=off | grep -e "doe… [all …]
|
H A D | 087 | 52 run_qemu() function 67 run_qemu <<EOF 85 run_qemu -drive driver=$IMGFMT,id=disk,node-name=test-node,file="$TEST_IMG" <<EOF 115 run_qemu "$@" | \ 140 run_qemu <<EOF 171 run_qemu <<EOF 202 run_qemu -S <<EOF
|
H A D | 184 | 46 run_qemu() function 58 run_qemu <<EOF 91 run_qemu <<EOF 129 run_qemu <<EOF 163 run_qemu <<EOF
|
H A D | 109 | 50 run_qemu() function 86 run_qemu "$TEST_IMG" "$TEST_IMG.src" "" "BLOCK_JOB_ERROR" | 92 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY" 110 run_qemu "$TEST_IMG" "$TEST_IMG.src" "" "BLOCK_JOB_ERROR" | 114 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY" 126 run_qemu "$TEST_IMG" "$TEST_IMG.src" "" "BLOCK_JOB_READY" 129 run_qemu "$TEST_IMG" "$TEST_IMG.src" "'format': 'raw'," "BLOCK_JOB_READY"
|
H A D | 227 | 52 run_qemu() function 63 run_qemu -drive driver=null-co,read-zeroes=on,if=virtio <<EOF 73 run_qemu -drive driver=null-co,if=none <<EOF 83 run_qemu -blockdev driver=null-co,node-name=null <<EOF 93 run_qemu -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk,drive=null,id=vi…
|
H A D | 071 | 54 run_qemu() function 120 run_qemu <<EOF 154 run_qemu <<EOF 189 run_qemu <<EOF 224 run_qemu <<EOF
|
H A D | 081 | 55 run_qemu() function 104 run_qemu <<EOF 185 run_qemu \ 258 run_qemu <<EOF 306 run_qemu <<EOF
|
H A D | 195 | 51 run_qemu() function 67 run_qemu -drive if=none,file="$TEST_IMG",backing.node-name=mid <<EOF 81 run_qemu -drive if=none,file="$TEST_IMG",node-name=top <<EOF
|
H A D | 176 | 57 run_qemu() function 94 run_qemu <<EOF 160 run_qemu <<EOF
|
H A D | 157 | 58 run_qemu() function 92 | run_qemu $SYSEMU_EXTRA_ARGS -drive "$SYSEMU_DRIVE_ARG,cache=$cache" \
|
H A D | 273 | 52 run_qemu() function 63 run_qemu \
|
H A D | 099 | 59 run_qemu() function 70 run_qemu -drive "if=none,id=drv0,$1" <<EOF
|
H A D | 267 | 66 run_qemu() function 81 printf "savevm snap0\ninfo snapshots\nloadvm snap0\n" | run_qemu "$@" | _filter_date 161 run_qemu -blockdev driver=file,filename="$TEST_IMG.base",node-name=backing-file \
|
H A D | 223 | 55 run_qemu() function 71 run_qemu <<EOF
|
H A D | 232 | 61 run_qemu() function 69 echo "info block -n" | run_qemu "$@" | grep -e "(file" -e "QEMU_PROG"
|
/openbmc/qemu/tests/multiboot/ |
H A D | run_test.sh | 25 run_qemu() { function 55 run_qemu mmap.elf 56 run_qemu mmap.elf -m 1.1M 57 run_qemu mmap.elf -m 2G 58 run_qemu mmap.elf -m 4G 59 run_qemu mmap.elf -m 8G 63 run_qemu modules.elf 64 run_qemu modules.elf -initrd module.txt 65 run_qemu modules.elf -initrd "module.txt argument" 66 run_qemu modules.elf -initrd "module.txt argument,,with,,commas" [all …]
|