Lines Matching full:qemu
20 QEMU
23 NAMES qemu-system-${QEMU_binary_suffix}
27 QEMU
28 qemu-system-${QEMU_binary_suffix}
33 # for testing UEFI method on qemu platforms
41 list(APPEND UEFI -b ${OVMF_FD_PATH} -q ${QEMU})
42 set(QEMU ${UEFI}) variable
52 list(APPEND QEMU_FLAGS qemu\${QEMU_INSTANCE}.pid)
54 list(APPEND QEMU_FLAGS qemu${QEMU_INSTANCE}.pid)
66 # Create the pipe file before passing the path to QEMU.
111 # If we are running a networking application in QEMU, then set proper
112 # QEMU variables. This also allows two QEMUs to be hooked together and
113 # pass data between them. The QEMU flags are not set for standalone
126 # TO create independent pipes for each QEMU application set QEMU_PIPE_STACK
142 -pidfile qemu-node${QEMU_PIPE_ID}.pid
178 -pidfile qemu-${target}.pid
302 # QEMU doesn't like 64-bit ELF files. Since we don't use any >4GB
309 ${ZEPHYR_BINARY_DIR}/zephyr-qemu.elf
315 # the QEMU direct multiboot kernel loader from overwriting the BIOS and
322 ${ZEPHYR_BINARY_DIR}/zephyr-qemu.elf
323 ${ZEPHYR_BINARY_DIR}/zephyr-qemu-locore.elf
332 ${ZEPHYR_BINARY_DIR}/zephyr-qemu.elf
333 ${ZEPHYR_BINARY_DIR}/zephyr-qemu-main.elf
343 set(QEMU_KERNEL_FILE "${ZEPHYR_BINARY_DIR}/zephyr-qemu-locore.elf")
346 "-device;loader,file=${ZEPHYR_BINARY_DIR}/zephyr-qemu-main.elf"
370 NAMES qemu-img
375 qemu-img
396 set(QEMU_PIPE_COMMENT "\nTo exit from QEMU enter: 'CTRL+a, x'\n")
411 # Also append QEMU flags from config
425 # file to pass to qemu (and a "qemu_kernel_target" target to generate
444 ${QEMU}
455 COMMENT "${QEMU_PIPE_COMMENT}[QEMU] CPU: ${QEMU_CPU_TYPE_${ARCH}}"