Searched +full:git +full:- +full:submodule (Results 1 – 13 of 13) sorted by relevance
/qemu/ |
H A D | .gitmodules | 1 [submodule "roms/seabios"] 3 url = https://gitlab.com/qemu-project/seabios.git/ 4 [submodule "roms/SLOF"] 6 url = https://gitlab.com/qemu-project/SLOF.git 7 [submodule "roms/ipxe"] 9 url = https://gitlab.com/qemu-project/ipxe.git 10 [submodule "roms/openbios"] 12 url = https://gitlab.com/qemu-project/openbios.git 13 [submodule "roms/qemu-palcode"] 14 path = roms/qemu-palcode [all …]
|
H A D | .gitignore | 7 .stgit-* 8 .git-submodule-status 9 .clang-format
|
H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 78 F: docs/devel/conflict-resolution.rst 80 F: docs/devel/submitting-a-patch.rst [all …]
|
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) 48 test -e build/auto-created-by-configure ; \ [all …]
|
/qemu/scripts/ |
H A D | git-submodule.sh | 4 # the COPYING file in the top-level directory. 6 substat=".git-submodule-status" 12 test -z "$maybe_modules" && exit 0 13 test -z "$GIT" && GIT=$(command -v git) 18 if ! test -e ".git"; then 19 no_git_error='no git checkout exists' 20 elif test -z "$GIT"; then 21 no_git_error='git binary not found' 25 test -z "$no_git_error" 31 echo "Unable to automatically checkout GIT submodules '$modules'." [all …]
|
H A D | make-release | 1 #!/bin/bash -e 11 # See the COPYING file in the top-level directory. 14 if test ! -f "$src/subprojects/$1.wrap"; then 15 echo "scripts/archive-source.sh should only process wrap subprojects" 22 # named "[wrap-*]", which helps keeping the script simple. 24 dir=$(sed -n \ 25 -e '/^\[wrap-[a-z][a-z]*\]$/,/^\[/{' \ 26 -e '/^directory *= */!b' \ 27 -e 's///p' \ 28 -e 'q' \ [all …]
|
H A D | archive-source.sh | 10 # the COPYING file in the top-level directory. 17 if test $# -lt 1; then 22 sub_tdir=$(mktemp -d "${tar_file%.tar}.sub.XXXXXXXX") 23 sub_file="${sub_tdir}/submodule.tar" 29 subprojects="keycodemapdb libvfio-user berkeley-softfloat-3 30 berkeley-testfloat-3 anyhow-1-rs arbitrary-int-1-rs bilge-0.2-rs 31 bilge-impl-0.2-rs either-1-rs foreign-0.3-rs itertools-0.11-rs 32 libc-0.2-rs proc-macro2-1-rs 33 proc-macro-error-1-rs proc-macro-error-attr-1-rs quote-1-rs 34 syn-2-rs unicode-ident-1-rs" [all …]
|
/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 1 all: build-all 5 include config-host.mak 6 CFLAGS = -O2 -g -I $(SRC_PATH)/../../include/hw/s390x/ipl 8 MAKEFLAGS += -rR 16 quiet-@ = $(if $(V),,@$(if $1,printf "%s\n" "$(TARGET_PREFIX)$1" && )) 17 quiet-command = $(call quiet-@,$2 $@)$1 20 set-vpath = $(if $1,$(foreach PATTERN,$(VPATH_SUFFIXES),$(eval vpath $(PATTERN) $1))) 21 $(call set-vpath, $(SRC_PATH)) 24 QEMU_DGFLAGS = -MMD -MP -MT $@ -MF $(@D)/$(*F).d 27 $(call quiet-command,$(CC) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \ [all …]
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest-template.yml | 7 - ccache 11 - source scripts/ci/gitlab-ci-section 12 - section_start setup "Pre-script setup" 13 - JOBS=$(expr $(nproc) + 1) 14 - cat /packages.txt 15 - section_end setup 17 - export CCACHE_BASEDIR="$(pwd)" 18 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache" 19 - export CCACHE_MAXSIZE="500M" 20 - export PATH="$CCACHE_WRAPPERSDIR:$PATH" [all …]
|
H A D | opensbi.yml | 1 # All jobs needing docker-opensbi must use the same rules it uses. 5 - if: '$QEMU_CI != "1" && $QEMU_CI != "2" && $CI_PROJECT_NAMESPACE != "qemu-project"' 10 - if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project"' 12 - .gitlab-ci.d/opensbi.yml 13 - .gitlab-ci.d/opensbi/Dockerfile 14 - roms/opensbi/* 19 …- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_REF_NAME =~ /^open… 24 …- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_MESSAGE =~ /opensb… 28 - if: '$CI_PROJECT_NAMESPACE == $QEMU_CI_UPSTREAM && $CI_PIPELINE_SOURCE == "schedule"' 32 - changes: [all …]
|
/qemu/tests/lcitool/ |
H A D | Makefile.include | 10 @echo ' lcitool-refresh: Re-generate all build environment manifests.' 13 lcitool-help: lcitool 15 lcitool-refresh: 16 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci) 17 $(call quiet-command, $(PYTHON) $(LCITOOL_REFRESH))
|
/qemu/docs/specs/ |
H A D | spdm.rst | 18 SPDM-Utils 19 ---------- 23 SPDM-Utils is a Linux applications to manage, test and develop devices 27 To use SPDM-Utils you will need to do the following steps. Details are included 28 in the SPDM-Utils README. 34 spdm-emu 35 -------- 40 .. code-block:: shell 42 $ cd spdm-emu 43 $ git submodule init; git submodule update --recursive [all …]
|
/qemu/docs/devel/testing/ |
H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 38 ------------------------- 49 Different sub-types of "make check" tests will be explained below. 55 .. _unit-tests: 68 In QEMU, unit tests can be invoked with ``make check-unit``. They are 76 1. Create a new source file. For example, ``tests/unit/foo-test.c``. 86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like:: 90 'foo-test': [], [all …]
|