Lines Matching full:qemu
144 # identify_boot_image qemu-cmd
156 qemu-system-x86_64|qemu-system-i386)
159 qemu-system-aarch64)
171 # Returns our best guess as to which qemu command is appropriate for
180 echo qemu-system-x86_64
183 echo qemu-system-i386
186 echo qemu-system-aarch64
189 echo qemu-system-ppc64
191 echo Cannot figure out what qemu command to use! 1>&2
193 # Usually this will be one of /usr/bin/qemu-system-*
200 # identify_qemu_append qemu-cmd
202 # Output arguments for the qemu "-append" string based on CPU type
209 qemu-system-x86_64|qemu-system-i386)
212 qemu-system-aarch64)
224 # identify_qemu_args qemu-cmd serial-file
226 # Output arguments for qemu arguments based on the TORTURE_QEMU_MAC
231 qemu-system-x86_64)
234 qemu-system-i386)
239 qemu-system-x86_64|qemu-system-i386)
243 qemu-system-aarch64)
246 qemu-system-ppc64)
288 # specify_qemu_cpus qemu-cmd qemu-args #cpus
290 # Appends a string containing "-smp XXX" to qemu-args, unless the incoming
291 # qemu-args already contains "-smp".
300 qemu-system-x86_64|qemu-system-i386|qemu-system-aarch64)
303 qemu-system-ppc64)
311 # specify_qemu_net qemu-args
313 # Appends a string containing "-net none" to qemu-args, unless the incoming
314 # qemu-args already contains "-smp" or unless the TORTURE_QEMU_INTERACTIVE