Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/qemu/tests/
H A DMakefile.include6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode…
7 @echo " $(MAKE) bench Run speed tests"
10 @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target"
11 @echo " $(MAKE) check-qtest Run qtest tests"
12 @echo " $(MAKE) check-functional Run python-based functional tests"
13 @echo " $(MAKE) check-functional-TARGET Run functional tests for a given target"
14 @echo " $(MAKE) check-unit Run qobject tests"
15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests"
16 @echo " $(MAKE) check-block Run block tests"
18 @echo " $(MAKE) check-tcg Run TCG tests"
[all …]
/qemu/python/
H A DMakefile9 @echo "make check-minreqs:"
15 @echo "make check-tox:"
23 @echo "make check-dev:"
28 @echo "make check:"
32 @echo "make develop:"
33 @echo " Install deps needed for 'make check',"
37 @echo "make min-venv"
40 @echo "make dev-venv"
43 @echo "make clean:"
46 @echo "make distclean:"
[all …]
/qemu/roms/
H A DMakefile97 $(MAKE) -C seabios \
102 $(MAKE) -C seabios \
125 $(MAKE) -C ipxe/src CONFIG=qemu \
130 $(MAKE) -C ipxe/src CONFIG=qemu \
135 $(MAKE) -C SLOF CROSS=$(powerpc64_cross_prefix) qemu
139 $(MAKE) -C u-boot O=build-e500 qemu-ppce500_config
140 $(MAKE) -C u-boot CROSS_COMPILE=$(powerpc_cross_prefix) \
146 $(MAKE) -C u-boot-sam460ex Sam460ex_config
147 $(MAKE) -C u-boot-sam460ex CROSS_COMPILE=$(powerpc_cross_prefix)
151 $(MAKE) -C skiboot CROSS=$(powerpc64_cross_prefix)
[all …]
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml22 - make --output-sync -j`nproc --ignore=40`
23 - make check-tcg
24 - make --output-sync -j`nproc --ignore=40` check
45 - make --output-sync -j`nproc --ignore=40`
46 - make --output-sync -j`nproc --ignore=40` check
67 - make --output-sync -j`nproc --ignore=40`
68 - make --output-sync -j`nproc --ignore=40` check
85 - make clean
86 - make --output-sync -j`nproc --ignore=40`
87 - make --output-sync -j`nproc --ignore=40` check
[all …]
H A Dubuntu-22.04-s390x.yml20 - make --output-sync -j`nproc`
21 - make --output-sync check-tcg
22 - make --output-sync -j`nproc` check
42 - make --output-sync -j`nproc`
43 - make --output-sync -j`nproc` check
64 - make clean
65 - make --output-sync -j`nproc`
66 - make --output-sync -j`nproc` check
87 - make --output-sync -j`nproc`
88 - make --output-sync -j`nproc` check
[all …]
/qemu/docs/devel/testing/
H A Dmain.rst9 tests you can run ``make check-help`` from either the source or build
37 Testing with "make check"
40 The "make check" testing family includes most of the C based tests in QEMU.
46 make check
49 Different sub-types of "make check" tests will be explained below.
68 In QEMU, unit tests can be invoked with ``make check-unit``. They are
96 ``gdb``. However there can still be differences in behavior between ``make``
103 make check-unit V=1
120 make check-qtest
184 ``make check-block`` runs a subset of the block layer iotests (the tests that
[all …]
H A Dfunctional.rst18 test, or if you spawn subprocesses from your test, you have to make sure
46 make check-functional
53 make check-functional-x86_64
271 default when running ``make check``. To accomplish this situation,
275 ``make check`` then only runs the quick functional tests along with
277 run only ``make check-functional``, the "thorough" tests will be
281 make -j$(nproc) check SPEED=thorough
305 ``make check-functional`` (but not when running e.g.
306 ``make check-functional-<target>``). In case you just want to download
309 make precache-functional
[all …]
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh50 make headers_install ARCH=${LINUX_ARCH} INSTALL_HDR_PATH=${CROSS_SYSROOT}/usr
60 make -j${J}
61 make install
73 make -j${J} all-gcc
74 make install-gcc
85 make -j${j}
86 make install DESTDIR=${CROSS_SYSROOT}
94 make -j${j}
95 make install
/qemu/tests/uefi-test-tools/
H A DMakefile26 # final build products, in case the user re-runs "make" without any changes
28 # removed by the last "make" invocation, hence the re-run would rebuild them
67 # make sure the size is large enough for a FAT filesystem. Name the filesystem
91 # In turn, the "build" utility of edk2 BaseTools invokes another "make".
92 # Although the outer "make" process advertises its job server to all child
93 # processes via MAKEFLAGS in the environment, the outer "make" closes the job
95 # unless the recipe is recognized as a recursive "make" recipe. Recipes that
96 # call $(MAKE) are classified automatically as recursive; for "build.sh" below,
98 # This way, when the inner "make" starts a parallel build of the target edk2
99 # module, it can communicate with the outer "make"'s job server.
[all …]
/qemu/tests/qtest/migration/
H A DMakefile19 @echo " $(MAKE) clean Remove all intermediate files"
20 @echo " $(MAKE) target Generate for that target"
21 @echo " $(MAKE) CROSS_PREFIX=... target"
27 * tests/migration/$@. Edit that file and then run "make all"
35 $(MAKE) CROSS_PREFIX=$(CROSS_PREFIX) -C $@
39 $(MAKE) -C $$target clean; \
/qemu/
H A DMakefile7 # Always point to the root of the build tree (needs GNU make).
56 "$(MAKE) distclean && rm -rf *-linux-user *-softmmu" in your source tree)
113 # Note that this invocation of $(NINJA), just like when Make rebuilds
140 # may result in false positive match for MAKE.n
141 MAKE.n = $(findstring n,$(firstword $(filter-out --%,$(MAKEFLAGS))))
142 MAKE.k = $(findstring k,$(firstword $(filter-out --%,$(MAKEFLAGS))))
143 MAKE.q = $(findstring q,$(firstword $(filter-out --%,$(MAKEFLAGS))))
144 MAKE.nq = $(if $(word 2, $(MAKE.n) $(MAKE.q)),nq)
147 $(if $(MAKE.n), -n) \
148 $(if $(MAKE.k), -k0) \
[all …]
H A D.patchew.yml126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
166 make -j4
168 # make check -j4 V=1
169 make install
195 make -j4
197 # make check -j4 V=1
198 make install
223 make vm-build-freebsd J=21 QEMU=$QEMU
231 time make docker-test-clang@ubuntu SHOW_ENV=1 J=14 NETWORK=1
[all …]
H A D.travis.yml34 - TEST_CMD="make check V=1"
61 - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
114 - TEST_CMD="make check check-tcg V=1"
149 - TEST_CMD="make check check-tcg V=1"
153 - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
205 - TEST_CMD="make check check-tcg V=1"
238 - TEST_CMD="make check-unit"
/qemu/rust/qemu-api/
H A DREADME.md8 $ make bindings.inc.rs
16 $ make clippy
17 $ make rustfmt
18 $ make rustdoc
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml34 - make -j"$JOBS" all check-build
39 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
44 then make installer;
80 - make -j"$JOBS" all check-build
85 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
114 - make -j"$JOBS" all check-build
119 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
H A Dstatic_checks.yml31 - make -C python check-minreqs
42 - make -C python check-tox
59 - make clippy
60 - make rustdoc
H A Dbuildtest-template.yml37 - $MAKE -j"$JOBS"
42 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
76 $MAKE precache-functional ;
81 - $MAKE NINJA=":" MTESTARGS="--no-suite doc" $MAKE_CHECK_ARGS
145 - emmake make -j"$JOBS"
/qemu/docs/devel/
H A Dbuild-system.rst9 "make" to build the project. This is about where the similarities with
20 make
27 make
92 ``probe_target_compiler`` call as the usual Make variables (``CC``,
117 such checks are done at ``make`` time instead (see for example the
170 requirements should make it possible to use the version that is packaged
392 ``scripts/meson-buildoptions.sh`` file must be up-to-date; ``make
393 update-buildoptions`` (or just ``make``) will take care of updating it.
407 line and make the script executable.
409 Scripts written in Python, where it is desirable to make the script
[all …]
H A Dsubmitting-a-pull-request.rst36 make sure you've copied their signoffs across. (If you use the `patches
50 **Test before sending**. This is an obvious thing to say, but make sure
52 series) and that "make check" passes before sending out the pull
64 string "not for master" in the cover letter email, and make sure the
69 You might be interested in the `make-pullreq
70 <https://git.linaro.org/people/peter.maydell/misc-scripts.git/tree/make-pullreq>`__
H A Dmaintainers.rst79 are also trusted to make a positive contribution to the project and
88 Once the patch is reviewed and merged the only other step is to make
98 members of the QEMU community, you should make arrangements to attend
100 example at KVM Forum) or make alternative arrangements to have your
102 community member **in person**\ [#2020]_ so please make appropriate
/qemu/tests/docker/
H A Dcommon.rc59 make $MAKEFLAGS
64 # default to make check unless the caller specifies
66 INVOCATION="${TEST_COMMAND:-make $MAKEFLAGS check}"
68 INVOCATION="make $MAKEFLAGS $@"
88 make install $MAKEFLAGS DESTDIR=$PWD/=destdir
/qemu/include/user/
H A Dsafe-syscall.h23 * @int number: number of system call to make
45 * QEMU: just make sure that if the implementation code has to make any
72 * signal could arrive just before we make the host syscall inside libc,
79 * (If the implementation needs to make multiple host syscalls this is
84 * you make in the implementation returns either -QEMU_ERESTARTSYS or
92 * The basic setup is that we make the host syscall via a known
122 * Notice that we can leave the host kernel to make the decision for
/qemu/.gitlab-ci.d/cirrus/
H A Dbuild.yml14 MAKE: "@MAKE@"
34 - $MAKE -j$(sysctl -n hw.ncpu)
37 $MAKE -j$(sysctl -n hw.ncpu) $TARGET V=1 ;
/qemu/docs/devel/migration/
H A Duadk-compression.rst74 make
75 make install
92 User needs to make sure that ``UACCE`` is already supported in Linux kernel.
113 Make sure all these above kernel configurations are selected.
127 * Make sure UADK is installed as above
139 please make sure to specify ``-mem-prealloc`` parameter to the destination VM
143 is not fully compatible with ZLIB. Hence, please make sure to use ``uadk`` on
/qemu/tests/tcg/multiarch/
H A Dtest-mmap.c75 * Make sure we get pages aligned with the pagesize. The in check_aligned_anonymous_unfixed_mmaps()
95 /* Make sure we can read from the entire area. */ in check_aligned_anonymous_unfixed_mmaps()
122 /* Make sure we get pages aligned with the pagesize. The in check_large_anonymous_unfixed_mmap()
128 /* Make sure we can read from the entire area. */ in check_large_anonymous_unfixed_mmap()
175 * Make sure we get pages aligned with the pagesize. The in check_aligned_anonymous_unfixed_colliding_mmaps()
206 /* Make sure we get pages aligned with the pagesize. in check_aligned_anonymous_fixed_mmaps()
237 /* Make sure we get pages aligned with the pagesize. in check_aligned_anonymous_fixed_mmaps_collide_with_host()
275 /* Make sure we get pages aligned with the pagesize. The in check_file_unfixed_mmaps()
317 /* Make sure we get pages aligned with the pagesize. The in check_file_unfixed_eof_mmaps()
359 /* Make sure we get pages aligned with the pagesize. The in check_file_fixed_eof_mmaps()
[all …]

12345678910>>...39