Searched refs:QEMU (Results 1 – 2 of 2) sorted by relevance
98 QEMU="`identify_qemu $builddir/vmlinux`"99 BOOT_IMAGE="`identify_boot_image $QEMU`"152 qemu_args="`specify_qemu_cpus "$QEMU" "$qemu_args" "$cpu_count"`"155 qemu_args="$qemu_args `identify_qemu_args "$QEMU" "$builddir/console.log"`"158 qemu_append="`identify_qemu_append "$QEMU"`"171 echo "NOTE: $QEMU either did not run or was interactive" > $builddir/console.log172 echo $QEMU $qemu_args -m 512 -kernel $resdir/bzImage -append \"$qemu_append $boot_args\" > $resdir/…173 ( $QEMU $qemu_args -m 512 -kernel $resdir/bzImage -append "$qemu_append $boot_args"; echo $? > $res…
109 the guest will stop by specification of chardev in QEMU. This blocking mode may