Home
last modified time | relevance | path

Searched +full:apt +full:- +full:get (Results 1 – 11 of 11) sorted by relevance

/cloud-hypervisor/resources/
H A DDockerfile3 # SPDX-License-Identifier: Apache-2.0
6 # .github/workflows/docker-image.yaml file if doing multiple per day
12 ARG CLH_SRC_DIR="/cloud-hypervisor"
23 # DL3015 ignored cause not installing openvswitch-switch-dpdk recommended packages breaks ovs_dpdk …
25 RUN apt-get update \
26 && apt-get -yq upgrade \
27 && apt-get install --no-install-recommends -yq \
28 build-essential \
34 musl-tools \
35 libssl-dev \
[all …]
/cloud-hypervisor/.github/workflows/
H A Dintegration-windows.yaml4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
10 runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'garm-jammy-16' }}
12 - name: Code checkout
16 fetch-depth: 0
17 - name: Install Docker
20 sudo apt-get update
21 sudo apt-get -y install ca-certificates curl gnupg
22 …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 …]
H A Dintegration-x86-64.yaml1 name: Cloud Hypervisor Tests (x86-64)
4 group: ${{ github.workflow }}-${{ github.ref }}
5 cancel-in-progress: true
9 timeout-minutes: 60
11 fail-fast: false
13 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 checkout
19 …if: ${{ github.event_name != 'pull_request' || (matrix.runner == 'garm-jammy' && matrix.libc == 'g…
[all …]
H A Dtaplo.yaml5 - '**/Cargo.toml'
10 runs-on: ubuntu-latest
12 - name: Code checkout
14 - name: Install Rust toolchain
15 uses: dtolnay/rust-toolchain@stable
16 - name: Install build dependencies
17 run: sudo apt-get update && sudo apt-get -yqq install build-essential libssl-dev
18 - name: Install taplo
19 run: cargo install taplo-cli --locked
20 - name: Check formatting
[all …]
/cloud-hypervisor/docs/
H A Duefi.md5 ## Building UEFI Firmware for x86-64
9 Please note that nasm-2.15 is required for the build to succeed.
14 sudo apt-get update
15 sudo apt-get install uuid-dev nasm iasl build-essential python3-distutils git
20 git submodule update --init
26 make -C ./BaseTools
36 $ sudo apt-get update
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
[all …]
H A Driscv.md8 - riscv64 servers (recommended) or development boards equipped with the AIA
13 We create a folder to build and run Cloud Hypervisor at `$HOME/cloud-hypervisor`
16 export CLOUDH=$HOME/cloud-hypervisor
28 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
30 sudo apt-get update
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
39 cd cloud-hypervisor
50 wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-riscv64.img
51 qemu-img convert -p -f qcow2 -O raw jammy-server-cloudimg-riscv64.img jammy-server-cloudimg-riscv64…
[all …]
H A Dbuilding.md1 - [Building Cloud Hypervisor](#building-cloud-hypervisor)
2 - [Preparation](#preparation)
3 - [Install prerequisites](#install-prerequisites)
4 - [Clone and build](#clone-and-build)
5 - [Containerized builds and tests](#containerized-builds-and-tests)
9 We recommend users use the pre-built binaries that are mentioned in the README.md file in the root …
13 We create a folder to build and run `cloud-hypervisor` at `$HOME/cloud-hypervisor`
16 $ export CLOUDH=$HOME/cloud-hypervisor
29 $ sudo apt-get update
30 $ sudo apt install git build-essential m4 bison flex uuid-dev qemu-utils musl-tools
[all …]
H A Dintel_tdx.md7 - [TDX Homepage](https://www.intel.com/content/www/us/en/developer/tools/trust-domain-extensions/ov…
10 - [KVM TDX tree](https://github.com/intel/tdx/tree/kvm): the required
13 - [Guest TDX tree](https://github.com/intel/tdx/tree/guest): the Linux
16 - [EDK2 project](https://github.com/tianocore/edk2): the TDVF firmware
18 - [Confidential Containers project](https://github.com/confidential-containers/td-shim):
21 - [TDX Linux](https://github.com/intel/tdx-linux): a collection of tools
30 The host environment can also be setup with the [TDX Linux](https://github.com/intel/tdx-linux).
35 … TDX VM with direct kernel boot using [TDshim](https://github.com/confidential-containers/td-shim).
36 …m Linux kernel for the guest can be built with the [TDX Linux](https://github.com/intel/tdx-linux).
46 sudo apt-get update
[all …]
H A Dvhost-user-net-testing.md1 # How to test Vhost-user net with OpenVSwitch/DPDK
3 The purpose of this document is to illustrate how to test vhost-user-net
4 in cloud-hypervisor with OVS/DPDK as the backend. This document was
10 …date the communication between two virtual machine, connecting them to vhost-user ports respective…
12 … +----+----------+ +-------------+-----------+-------------+ +----------+----+
14 … | |vhost-user|----------| vhost-user | ovs | vhost-user |----------|vhost-user| |
17 … | +----------+ +-------------+-----------+-------------+ +----------+ |
21 …+--+---------------------------------------------------------------------------------------------+
23 …| +---------------------------------------------------------------------------------------------+…
27 …+-------------------------------------------------------------------------------------------------…
[all …]
/cloud-hypervisor/scripts/
H A Dbuild-custom-image.sh4 set -ex
6 #VFIO_CUSTOM_IMAGE="-vfio"
8 mkdir -p custom-image
9 pushd custom-image || exit
10 wget -N https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
11 export IMAGE_NAME_BASE=jammy-server-cloudimg-amd64
12 qemu-img convert -p -f qcow2 -O raw $IMAGE_NAME_BASE.img $IMAGE_NAME_BASE.raw
13 if [ -n "$VFIO_CUSTOM_IMAGE" ]; then
14 qemu-img resize -f raw "$IMAGE_NAME_BASE.raw" 5G
15 sudo sgdisk -e "$IMAGE_NAME_BASE.raw"
[all …]
H A Dprepare_vdpa.sh2 set -x
4apt install -y libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpc…
5 sudo sed -i -- 's/# deb-src/deb-src/g' /etc/apt/sources.list
6 sudo apt update
7 apt-get source linux-image-unsigned-"$(uname -r)"
8 pushd linux-azure*/drivers/vdpa/vdpa_sim/ || exit
9 # REUSE-IgnoreStart
11 # SPDX-License-Identifier: GPL-2.0
12 obj-m += vdpa_sim.o
13 obj-m += vdpa_sim_net.o
[all …]