Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 33) sorted by relevance

12

/cloud-hypervisor/docs/
H A Duefi.md15 sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
17 git clone https://github.com/tianocore/edk2
20 git submodule update --init
37 $ sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
38 $ git clone --depth 1 https://github.com/tianocore/edk2.git -b master
40 $ git submodule update --init
42 $ git clone --depth 1 https://github.com/tianocore/edk2-platforms.git -b master
43 $ git clone --depth 1 https://github.com/acpica/acpica.git -b master
H A Dintel_tdx.md47 sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
49 git clone https://github.com/tianocore/edk2.git
51 git checkout 13b97736c876919b9786055829caaa4fa46984b7
53 git submodule update --init --recursive
111 git clone https://github.com/confidential-containers/td-shim
113 git checkout v0.8.0
119 git submodule update --init --recursive
H A Driscv.md31 sudo apt-get install git build-essential m4 bison flex uuid-dev qemu-utils
38 git clone https://github.com/cloud-hypervisor/cloud-hypervisor.git
61 git clone --depth 1 "https://github.com/cloud-hypervisor/linux.git" -b ch-6.12.8
H A Dbuilding.md30 $ sudo apt install git build-essential m4 bison flex uuid-dev qemu-utils musl-tools
44 $ git clone https://github.com/cloud-hypervisor/cloud-hypervisor.git
H A Dtpm.md98 # git clone https://github.com/tpm2-software/tpm2-tss.git
H A Dvhost-user-blk-testing.md54 git clone https://github.com/spdk/spdk
56 git submodule update --init
H A Dhotplug.md8 …atch (available in 5.5-rc1 and later): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li…
H A Dfs.md19 git clone https://gitlab.com/virtio-fs/virtiofsd
/cloud-hypervisor/scripts/
H A Dtest-util.sh8 # Checkout source code of a GIT repo with specified branch and commit
11 # $2: GIT URL of the repo
25 git fetch
26 SRC_LOCAL_COMMIT=$(git rev-parse HEAD)
28 GIT_COMMIT=$(git rev-parse remotes/origin/"$GIT_BRANCH")
38 git clone --depth 1 "$GIT_URL" -b "$GIT_BRANCH" "$SRC_DIR"
41 git fetch --depth 1 origin "$GIT_COMMIT"
42 git reset --hard FETCH_HEAD
53 LINUX_CUSTOM_URL="https://github.com/cloud-hypervisor/linux.git"
H A Dcommon-aarch64.sh9 EDK2_REPO="https://github.com/tianocore/edk2.git"
11 EDK2_PLAT_REPO="https://github.com/tianocore/edk2-platforms.git"
13 ACPICA_REPO="https://github.com/acpica/acpica.git"
26 git submodule update --init
H A Drun_metrics.sh16 FIO_REPO="https://github.com/axboe/fio.git"
104 # Ensure that git commands can be run in this directory (for metrics report)
105 git config --global --add safe.directory "$PWD"
H A Drun_integration_tests_x86_64.sh113 git clone "https://gitlab.com/virtio-fs/virtiofsd.git" $VIRTIOFSD_DIR
115 git checkout v1.8.0
H A Dprepare_vdpa.sh4 …l libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf git make dpkg-dev libmn…
/cloud-hypervisor/resources/
H A DDockerfile54 git-core \
117 && rm -rf "$CARGO_HOME/git" \
118 && ln -s "$CARGO_GIT_REGISTRY_DIR" "$CARGO_HOME/git"
129 && git clone https://github.com/spdk/spdk \
131 && git checkout ef8bcce58f3f02b79c0619a297e4f17e81e62b24 \
132 && git submodule update --init \
/cloud-hypervisor/
H A DCargo.toml105 acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
119 vm-fdt = { git = "https://github.com/rust-vmm/vm-fdt", branch = "main" }
125 igvm = { git = "https://github.com/microsoft/igvm", branch = "main" }
126 igvm_defs = { git = "https://github.com/microsoft/igvm", branch = "main" }
H A DCONTRIBUTING.md22 Please consider creating the following hook as `.git/hooks/pre-commit` in order
34 You will need to `chmod +x .git/hooks/pre-commit` to have it run on every
51 See http://chris.beams.io/posts/git-commit/
H A Dbuild.rs12 if let Ok(git_out) = Command::new("git").args(["describe", "--dirty"]).output() { in main()
/cloud-hypervisor/.github/workflows/
H A Dquality.yaml48 commits=$(git rev-list origin/${{ github.base_ref }}..${{ github.sha }})
49 …for commit in $commits; do git checkout $commit; cargo check --tests --examples --all --target=${{…
50 git checkout ${{ github.sha }}
146 run: test -z "$(git status --porcelain)"
H A Dgitlint.yaml23 - name: Lint git commit messages
H A Dpreview-riscv64.yaml39 run: test -z "$(git status --porcelain)"
H A Dbuild.yaml71 run: test -z "$(git status --porcelain)"
/cloud-hypervisor/performance-metrics/src/
H A Dmain.rs52 if let Ok(git_out) = Command::new("git").args(["describe", "--dirty"]).output() { in default()
60 "Error generating human readable git reference: {}", in default()
67 if let Ok(git_out) = Command::new("git").args(["rev-parse", "HEAD"]).output() { in default()
75 "Error generating git reference: {}", in default()
82 if let Ok(git_out) = Command::new("git") in default()
93 "Error generating git commit date: {}", in default()
/cloud-hypervisor/.reuse/
H A Ddep510 Files: scripts/* test_data/* *.toml .git* fuzz/Cargo.lock fuzz/.gitignore resources/linux-config-* …
/cloud-hypervisor/fuzz/
H A DCargo.toml26 micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
/cloud-hypervisor/vmm/
H A DCargo.toml53 micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }

12