No description
Find a file
recipe-roller 6845bc0d55 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools) into this repository.

The build that created this CL was
https://ci.chromium.org/b/8749756195466172257

depot_tools:
90d5723d2f
  90d5723 (kimstephanie@google.com)
      Check that GS tarfile is actually downloaded

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=denniskempin@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I78b9be50c2acfab5ae342c5f1db3fd4deb6adde4
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5484646
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2024-04-24 17:34:20 +00:00
.cargo
.config
.devcontainer
.github
.vscode
aarch64 aarch64: fdt: Fix CPU compatible to "arm,armv8" 2024-04-17 23:33:51 +00:00
acpi_tables
arch linux: Add support for metrics 2024-04-09 01:43:39 +00:00
argh_helpers
audio_streams_conformance_test
audio_util
base base: Separate TimerTrait::reset into 2 functions 2024-04-18 09:23:31 +00:00
bit_field
broker_ipc metrics: Switch metrics from Tube to SendTube 2024-04-09 01:38:03 +00:00
common
cros_async cros_async: tokio: replace Vec with slices when possible 2024-04-22 08:22:40 +00:00
cros_fdt aarch64: fdt: Fix CPU compatible to "arm,armv8" 2024-04-17 23:33:51 +00:00
cros_tracing
cros_tracing_types
crosvm_cli
crosvm_control
crosvm_plugin
devices devices: gpu: fallback to 2D backend on failed virgl backend init 2024-04-22 19:29:13 +00:00
disk disk: replace div_round_up with .div_ceil() 2024-04-10 17:49:15 +00:00
docs/book
e2e_tests e2e_tests: Use distinct tap name for each e2e test 2024-04-16 02:17:42 +00:00
ext2 ext2: Add example mkfs program 2024-04-17 06:16:54 +00:00
fuse
fuzz
gpu_display gpu_display: establish crate OWNERS 2024-04-19 17:55:42 +00:00
hypervisor hypervisor: whpx: ignore unsupported msr writes 2024-04-22 07:55:55 +00:00
infra Roll recipe dependencies (trivial). 2024-04-24 17:34:20 +00:00
io_uring
jail
kernel_cmdline
kernel_loader
kvm
kvm_sys
libcras_stub
linux_input_sys
logo
media
metrics metrics: Remove MetricsRequest from vendor API 2024-04-09 01:43:33 +00:00
metrics_events devices: Add metrics for virtio and RTC wakeup 2024-04-09 01:50:13 +00:00
net_sys
net_util base: Separate TimerTrait::reset into 2 functions 2024-04-18 09:23:31 +00:00
perfetto
power_monitor
prebuilts
proto_build_tools
protos
resources
riscv64
rutabaga_gfx rutabaga_gfx: update Vulkano to v0.33 2024-04-24 01:59:11 +00:00
sandbox
serde_keyvalue
src base: Separate TimerTrait::reset into 2 functions 2024-04-18 09:23:31 +00:00
swap base: Separate TimerTrait::reset into 2 functions 2024-04-18 09:23:31 +00:00
system_api
tests
third_party
tools tools/merge_bot: Don't initiate merge just for recipe roller 2024-04-09 20:58:32 +00:00
tube_transporter
usb_sys
usb_util
vendor linux: Add support for metrics 2024-04-09 01:43:39 +00:00
vfio_sys
vhost
virtio_sys
vm_control vm_control: add more info to GpuControlResult::TooManyDisplays. 2024-04-17 17:21:54 +00:00
vm_memory
win_audio
win_util
x86_64 x86_64: verify bzImage has a 64-bit entry point 2024-04-17 03:56:12 +00:00
.dockerignore
.envrc
.gitattributes
.gitignore
.gitmodules
.rustfmt.toml
ARCHITECTURE.md
Cargo.lock ext2: Add example mkfs program 2024-04-17 06:16:54 +00:00
Cargo.toml devices: pvclock: handle stub -> idle transition. 2024-04-22 17:40:25 +00:00
CONTRIBUTING.md
DIR_METADATA
LICENSE
mypy.ini
OWNERS
OWNERS_COUNCIL
PRESUBMIT.cfg
pyproject.toml
README.chromeos.md
README.md
rust-toolchain

crosvm - The ChromeOS Virtual Machine Monitor

crosvm is a virtual machine monitor (VMM) based on Linuxs KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the ChromeOS platform. Compared to QEMU, crosvm doesnt emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.

crosvm is currently used to run Linux/Android guests on ChromeOS devices.

Logo