Lines Matching full:qemu
30 # and the Qemu program used. It is copied as-is into ARCH except for
138 # QEMU_ARCH: arch names used by qemu
179 # QEMU_ARGS : some arch-specific args to pass to qemu
275 @echo " run-user runs the executable under QEMU (uses \$$XARCH, \$$TEST)"
281 @echo " run runs the kernel in QEMU after building it (uses \$$XARCH, \$$TEST)"
282 @echo " rerun runs a previously prebuilt kernel in QEMU (uses \$$XARCH, \$$TEST)"
332 # qemu user-land test
334 $(Q)qemu-$(QEMU_ARCH_USER) ./nolibc-test > "$(CURDIR)/run.out" || :
360 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial file:/dev/stdout $(QEMU_ARGS) > "$(CURDIR)/run.out"
365 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial file:/dev/stdout $(QEMU_ARGS) > "$(CURDIR)/run.out"