Home
last modified time | relevance | path

Searched full:container (Results 1 – 17 of 17) sorted by relevance

/cloud-hypervisor/scripts/
H A Ddev_cli.sh26 # Container paths
32 # Container networking option
37 # because we want to persist the cargo registry across container invocations.
121 # Make sure we're using the latest dev container, by just pulling it.
130 ok_or_die "Error pulling/building container image. Aborting."
134 # Fix main directory permissions after a container ran as root.
135 # Since the container ran as root, any files it creates will be owned by root.
180 echo " --local Set the container image version being used to \"local\"."
208 echo " build-container [--type]"
209 echo " Build the Cloud Hypervisor container."
[all …]
/cloud-hypervisor/docs/
H A Dcoverage.md60 pass RUSTFLAGS to the container.
62 Since the `profraw` files are generated from within the container, the file
64 the data processing from within the container if you don't want to fight the
H A Dcustom-image.md17 `az storage blob upload --account-name cloudhypervisorstorages --container-name '$web' --name jammy…
H A Duefi.md7 …s otherwise suitable, however it is suggested to use a temporary Docker container with Ubuntu 18.0…
H A Dbuilding.md65 first invocation, this script will pull a fairly large container image.
H A Dperformance_metrics.md9 fairly large container image.
/cloud-hypervisor/pci/src/
H A Dvfio.rs1447 container: Arc<VfioContainer>, field
1462 container: Arc<VfioContainer>, in new()
1491 container, in new()
1696 self.container in map_mmio_regions()
1716 // Unmap from vfio container in unmap_mmio_regions()
1719 .container in unmap_mmio_regions()
1724 "Could not unmap mmio region from vfio container: \ in unmap_mmio_regions()
1768 self.container in dma_map()
1778 self.container in dma_unmap()
1901 // Unmap the old MMIO region from vfio container in move_bar()
[all …]
/cloud-hypervisor/.github/workflows/
H A Dopenapi.yaml7 container: openapitools/openapi-generator-cli
H A Dintegration-arm64.yaml49 …az storage blob download --container-name private-images --file "$IMG_GZ_PATH" --name "$IMG_GZ_BLO…
H A Dintegration-windows.yaml39 …az storage blob download --container-name private-images --file "$HOME/workloads/windows-server-20…
/cloud-hypervisor/virtio-devices/src/
H A Diommu.rs422 // make sure to issue these mappings for the new endpoint/container in parse()
496 // For viommu all endpoints receive their own VFIO container, as a result in parse()
498 // mapping is done on a per-container level, not a per-domain level in parse()
H A Dmem.rs683 Container, enumerator
/cloud-hypervisor/vmm/src/
H A Ddevice_manager.rs985 // VFIO container
986 // Only one container can be created, therefore it is stored as part of the
3627 // Here we create a new VFIO container for two reasons. Either this is in add_vfio_device()
3628 // the first VFIO device, meaning we need a new VFIO container, which in add_vfio_device()
3631 // container. In the vIOMMU use case, we can't let all devices under in add_vfio_device()
3632 // the same VFIO container since we couldn't map/unmap memory for each in add_vfio_device()
3634 // VFIO container level. in add_vfio_device()
3694 VirtioMemMappingSource::Container, in add_vfio_device()
4451 // No need to remove any virtio-mem mapping here as the container outlives all devices in eject_device()
/cloud-hypervisor/vm-device/src/
H A Dbus.rs114 /// A device container for routing reads and writes over some address space.
/cloud-hypervisor/
H A DREADME.md353 not limited to container/serverless or client workloads.
H A Drelease-notes.md830 container, allowing PCIe P2P between all VFIO devices on the same
/cloud-hypervisor/arch/src/aarch64/
H A Dfdt.rs473 // Cluster is the container of cores, and it is mandatory in the CPU topology. in create_cpu_nodes()