/cloud-hypervisor/docs/ |
H A D | uefi.md | 15 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 D | intel_tdx.md | 47 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 D | riscv.md | 31 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 D | building.md | 30 $ 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 D | tpm.md | 98 # git clone https://github.com/tpm2-software/tpm2-tss.git
|
H A D | vhost-user-blk-testing.md | 54 git clone https://github.com/spdk/spdk 56 git submodule update --init
|
H A D | hotplug.md | 8 …atch (available in 5.5-rc1 and later): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li…
|
H A D | fs.md | 19 git clone https://gitlab.com/virtio-fs/virtiofsd
|
/cloud-hypervisor/scripts/ |
H A D | test-util.sh | 8 # 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 D | common-aarch64.sh | 9 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 D | run_metrics.sh | 16 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 D | run_integration_tests_x86_64.sh | 113 git clone "https://gitlab.com/virtio-fs/virtiofsd.git" $VIRTIOFSD_DIR 115 git checkout v1.8.0
|
H A D | prepare_vdpa.sh | 4 …l libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf git make dpkg-dev libmn…
|
/cloud-hypervisor/resources/ |
H A D | Dockerfile | 54 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 D | Cargo.toml | 105 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 D | CONTRIBUTING.md | 22 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 D | build.rs | 12 if let Ok(git_out) = Command::new("git").args(["describe", "--dirty"]).output() { in main()
|
/cloud-hypervisor/.github/workflows/ |
H A D | quality.yaml | 48 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 D | gitlint.yaml | 23 - name: Lint git commit messages
|
H A D | preview-riscv64.yaml | 39 run: test -z "$(git status --porcelain)"
|
H A D | build.yaml | 71 run: test -z "$(git status --porcelain)"
|
/cloud-hypervisor/performance-metrics/src/ |
H A D | main.rs | 52 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 D | dep5 | 10 Files: scripts/* test_data/* *.toml .git* fuzz/Cargo.lock fuzz/.gitignore resources/linux-config-* …
|
/cloud-hypervisor/fuzz/ |
H A D | Cargo.toml | 26 micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
|
/cloud-hypervisor/vmm/ |
H A D | Cargo.toml | 53 micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
|