Lines Matching full:qemu
144 # identify_boot_image qemu-cmd
156 qemu-system-x86_64|qemu-system-i386)
159 qemu-system-aarch64)
162 qemu-system-s390x)
174 # Returns our best guess as to which qemu command is appropriate for
183 echo qemu-system-x86_64
186 echo qemu-system-i386
189 echo qemu-system-aarch64
192 echo qemu-system-s390x
195 echo qemu-system-ppc64
197 echo Cannot figure out what qemu command to use! 1>&2
199 # Usually this will be one of /usr/bin/qemu-system-*
206 # identify_qemu_append qemu-cmd
208 # Output arguments for the qemu "-append" string based on CPU type
215 qemu-system-x86_64|qemu-system-i386)
218 qemu-system-aarch64)
230 # identify_qemu_args qemu-cmd serial-file
232 # Output arguments for qemu arguments based on the TORTURE_QEMU_MAC
237 qemu-system-x86_64)
240 qemu-system-i386)
245 qemu-system-x86_64|qemu-system-i386)
249 qemu-system-aarch64)
252 qemu-system-ppc64)
294 # specify_qemu_cpus qemu-cmd qemu-args #cpus
296 # Appends a string containing "-smp XXX" to qemu-args, unless the incoming
297 # qemu-args already contains "-smp".
306 qemu-system-x86_64|qemu-system-i386|qemu-system-aarch64)
309 qemu-system-ppc64)
317 # specify_qemu_net qemu-args
319 # Appends a string containing "-net none" to qemu-args, unless the incoming
320 # qemu-args already contains "-smp" or unless the TORTURE_QEMU_INTERACTIVE