Lines Matching full:qemu
72 # - ARCH=[x86|arm|supported qemu name] (default: from portage or uname -m)
83 # Default is 0 unless it is running under QEmu.
84 # - NEEDS_MOUNTS=[0|1] allows a TEST() target running on QEmu to get
619 # Architecture detection and QEMU wrapping
637 # If we're cross-compiling, try to use qemu for running the tests.
640 $(info SYSROOT not defined. qemu-based testing disabled)
642 # A SYSROOT is assumed for QEmu use.
645 # Allow 64-bit hosts to run 32-bit without qemu.
657 # enable it by default when we're using QEMU.
669 QEMU_NAME = qemu-$(QEMU_ARCH)
676 QEMU_MAGIC_arm = ":$(QEMU_NAME):M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/build/bin/qemu-arm:"
739 $(QUIET)$(ECHO) "QEMU Preparing $(QEMU_NAME)"
741 @# Compare /usr/bin/qemu inode to /build/$board/build/bin/qemu, if different
773 # TODO(wad) Move to -L $(SYSROOT) and fakechroot when qemu-user
822 $(QUIET)# No setup if we are not using QEMU
848 $(call if_qemu,$(GTEST_ARGS.qemu.$(QEMU_ARCH)),$(GTEST_ARGS.host.$(HOST_ARCH)))