Searched +full:signed +full:- +full:by (Results 1 – 6 of 6) sorted by relevance
4 License](https://opensource.org/licenses/Apache-2.0) and the [BSD 35 Clause](https://opensource.org/licenses/BSD-3-Clause) license. Individual files12 License](https://opensource.org/licenses/Apache-2.0).16 We follow the [Rust Style](https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide/src)22 Please consider creating the following hook as `.git/hooks/pre-commit` in order29 cargo fmt -- --check || exit 130 cargo check --locked --all --all-targets --tests || exit 131 cargo clippy --locked --all --all-targets --tests -- -D warnings || exit 134 You will need to `chmod +x .git/hooks/pre-commit` to have it run on every39 …chain of trust we use the [signed-off-by language](https://web.archive.org/web/20230406041855/http…[all …]
6 name: DCO Check ("Signed-Off-By")7 runs-on: ubuntu-latest9 - uses: actions/checkout@v410 - name: Set up Python 3.x11 uses: actions/setup-python@v513 python-version: '3.x'14 - name: Check DCO19 pip3 install -U dco-check20 dco-check -e "49699333+dependabot[bot]@users.noreply.github.com"
4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'garm-jammy-16' }}12 - name: Code checkout16 fetch-depth: 017 - name: Install Docker20 sudo apt-get update21 sudo apt-get -y install ca-certificates curl gnupg22 …curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyring…23 sudo chmod a+r /usr/share/keyrings/docker-archive-keyring.gpg[all …]
1 name: Cloud Hypervisor Tests (x86-64)4 group: ${{ github.workflow }}-${{ github.ref }}5 cancel-in-progress: true9 timeout-minutes: 6011 fail-fast: false13 runner: ['garm-jammy', "garm-jammy-amd"]15 name: Tests (x86-64)16 …runs-on: ${{ github.event_name == 'pull_request' && !(matrix.runner == 'garm-jammy' && matrix.libc…18 - name: Code checkout19 …if: ${{ github.event_name != 'pull_request' || (matrix.runner == 'garm-jammy' && matrix.libc == 'g…[all …]
1 // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause10 * AMD SEV-SNP and Intel TDX.12 * by the tool that generated the file, used by the loader to construct15 * the file was loaded correctly and signed by the appropriate authorities.17 * The IGVM file is generated by the tool:18 * https://github.com/microsoft/igvm-tooling20 * The IGVM file is parsed by the following crates:43 fn default() -> Self { in default()62 /// The page contains hardware-specific VP context information.66 /// This page communicates hardware-specific secret information and the page data is unmeasured.[all …]
3 …-V virtualization stack, it runs millions of Linux and Windows guests in Azure and on-premises dep…5 Since 2020, Microsoft has been releasing open-source components to support Linux running as root pa…8 …nel driver exposing an IOCTL interface for managing guest partitions, via a device node - /dev/mshv14 The following components are related to MSHV support with Cloud-Hypervisor:16 * [igvm-crates](https://github.com/microsoft/igvm) : Parsing IGVM file18 * [mshv-crates](https://github.com/rust-vmm/mshv) : Rust crates to interact with kernel module (/de…20 * [igvm-tooling](https://github.com/microsoft/igvm-tooling) : Tool to generate IGVM file26 …ization stack, with support for different isolation technologies such as AMD SEV-SNP and Intel TDX.28 …by the tool that generated the file, used by the loader to construct the initial guest state. The …30 Cloud Hypervisor can be built using igvm feature flag along with mshv and/or sev-snp. IGVM only wor…[all …]