crosvm is a virtual machine monitor (VMM) based on Linux’s 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 doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.

recipe-roller 1bc4e62968 Roll recipe dependencies (trivial). há 4 horas atrás
.cargo 33d5aa219a Enable clippy for android code há 4 meses atrás
.config a82d43ef87 dev_container: Pass through NEXTEST_PROFILE há 11 meses atrás
.devcontainer 878a7837a9 dev_container: Replace better toml extension há 1 ano atrás
.github 16c3d76f5f Cleanup: Remove old, deprecated and no longer used files há 2 anos atrás
.vscode bb9a3a5572 Document feature flags and introduce new feature sets há 2 anos atrás
aarch64 db652dcce4 virtcpufreq_v2: Place vcpu worker threads directly after vCPU threads há 1 dia atrás
acpi_tables dc310d7cb6 Replace ::max_value() with ::MAX há 4 meses atrás
android_audio 6fb22fbab0 Refactor android_audio há 4 meses atrás
arch 40dcc1885d devices: virtio-console: deprecate legacy-virtio-console option há 1 semana atrás
argh_helpers 8aabb8d9c0 Update to syn-2 há 11 meses atrás
audio_streams_conformance_test 5868321df8 audio_streams_conformance_test: remove unused minijail dep há 5 meses atrás
audio_util 2768f223ee clippy: enforce safety block comments há 11 meses atrás
base fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
base_tokio ac6fe3e31c Avoid clippy::blocks_in_conditions warnings há 5 meses atrás
bit_field dc310d7cb6 Replace ::max_value() with ::MAX há 4 meses atrás
broker_ipc a21444be9d metrics: Switch metrics from Tube to SendTube há 7 meses atrás
common 742791deef tree-wide: replace data_model::zerocopy_from_*() há 8 meses atrás
cros_async fc8a9dd071 cros_async: remove debug prints. há 1 semana atrás
cros_fdt 4c2fa9d76d Fix clippy::assigning_clones lints há 5 meses atrás
cros_tracing 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
cros_tracing_types 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
crosvm_cli 809b1a718c devices: vfio: make global container state explicit há 5 meses atrás
crosvm_control a555cdda96 crosvm_control: add crosvm_client_resume_vm_full api há 5 dias atrás
crosvm_plugin 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
devices ea6b766072 aarch64 clippy fixes for Rust 1.81 há 1 dia atrás
disk 4abcdf6b45 disk: qcow: read table clusters in a single I/O há 2 semanas atrás
docs 7d917b9b06 docs: Add a section for debugging tips of tests há 2 semanas atrás
e2e_tests fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
ext2 951d0ee77b ext2: fix needless borrow clippy warnings há 1 mês atrás
fuse c2ebaa19e4 Fix bad indentation in Markdown around lists há 2 meses atrás
fuzz 17b696fd0a fuzz: expect cfg(fuzzing) há 1 semana atrás
gpu_display fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
hypervisor fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
infra 1bc4e62968 Roll recipe dependencies (trivial). há 4 horas atrás
io_uring 7cf3dcacbf Fix clippy::suspicious_open_options warnings há 5 meses atrás
jail f67ee911d9 devices: fs: Allow running virito-fs without root há 2 semanas atrás
kernel_cmdline e74864b7a6 kernel_cmdline: remove capacity from Cmdline há 2 meses atrás
kernel_loader ad41ae89ec kernel_loader: move load_cmdline() to x86_64 há 2 meses atrás
kvm 364b340472 hypervisor: kvm: KVM_GET_MSRS writes to its parameter há 2 meses atrás
kvm_sys 97dbce5226 hypervisor: aarch64: add SVE support há 1 semana atrás
libcras_stub 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
linux_input_sys 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
logo 105a94aaaf README: Use PNG logo image há 3 anos atrás
media 147b0fe6c2 media: ffmpeg: fix undefined behavior in test_avpacket_drop há 1 dia atrás
metrics 5b5867a2ac metrics: add missing features in Cargo.toml há 4 meses atrás
metrics_events c8194324ab metric_events & src: add metric for VcpuShutdown. há 5 meses atrás
net_sys 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
net_util 1457967c08 net_util: clean up transmutes in create_sockaddr() há 1 semana atrás
perfetto 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
power_monitor 18f43226d2 devices: bat: get power property before first read há 4 semanas atrás
prebuilts 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
proto_build_tools a360baa819 Cargo.toml: upgrade protobuf 2.x -> 3.x há 1 ano atrás
protos 2768f223ee clippy: enforce safety block comments há 11 meses atrás
resources cf5d251863 Fix clippy::unnecessary_get_then_check warnings há 5 meses atrás
riscv64 f638d4e0a7 x86_64: move PCI memory layout logic out of global há 2 semanas atrás
rutabaga_gfx 0a41752942 rutabaga_gfx: gfxstream_unstable --> fence_passing_option1 há 1 dia atrás
sandbox 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
serde_keyvalue 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
src fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
swap 3f1a383a49 Exclude a few dead_code instances há 1 semana atrás
system_api 3498a61b0d Cargo.lock: update protobuf v3.2.0 -> v3.6.0 há 3 semanas atrás
tests c28067d1d9 Reformat comments há 9 meses atrás
third_party 30590f3fce minigbm: update submodule to latest há 2 dias atrás
tools fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
tube_transporter 52b8e42869 Cargo.toml: avoid "*" versions for external crates há 5 meses atrás
usb_sys fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
usb_util b06d296a1b base: define ioctls as consts rather than functions há 4 meses atrás
vendor 2e24140d8b vendor/generic/metrics: document API methods. há 5 meses atrás
vfio_sys c970dd44f4 bindgen: update to Linux 6.6 headers há 10 meses atrás
vhost 0090567d24 vhost: improve set_vring_addr() validation há 1 mês atrás
virtio_sys ef672e6039 virtio: update virtio-media ID to 48 há 5 dias atrás
vm_control 6eb76a1a3c virtcpufreq_v2: Add a way to throttle vCPUs há 1 semana atrás
vm_memory 6aed5cc351 x86_64: support --unprotected-vm-with-firmware há 1 mês atrás
win_audio fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
win_util dc310d7cb6 Replace ::max_value() with ::MAX há 4 meses atrás
x86_64 e17dfb03fa x86_64: bzImage: load extra data appended to kernel há 1 semana atrás
.dockerignore 6868c0a72f add docker supported builds and tests há 5 anos atrás
.envrc f48639f3fe Automatically register tools/ on PATH há 1 ano atrás
.gitattributes 8dacb2ed64 config: force lf as line endings há 1 ano atrás
.gitignore f48639f3fe Automatically register tools/ on PATH há 1 ano atrás
.gitmodules e10df59fd3 devices: remove --software-tpm support há 1 ano atrás
.rustfmt.toml 413c388d5e rustfmt: wrap comments há 9 meses atrás
ARCHITECTURE.md c7813cb229 docs: book: update architecture docs há 1 ano atrás
CONTRIBUTING.md ca37543001 CONTRIBUTING: Fix typo 'Cargo.lock' há 4 meses atrás
Cargo.lock 9148e0136f rutabaga_gfx: use serde for snapshots há 1 semana atrás
Cargo.toml fbb8137c0a Windows clippy fixes for Rust 1.81 há 1 dia atrás
DIR_METADATA 5e47f33a18 Add arcvm_gki_cq test plan há 2 meses atrás
LICENSE 1dab58a2cf Update all copyright headers to match new style há 2 anos atrás
OWNERS a26a337c0a owners: remove Paul há 2 meses atrás
OWNERS_COUNCIL 37e40ac2f1 OWNERS_COUNCIL: Update council reviewers há 5 meses atrás
PRESUBMIT.cfg 16c3d76f5f Cleanup: Remove old, deprecated and no longer used files há 2 anos atrás
README.chromeos.md 8930ba079f crosvm: update book and doc links to crosvm.dev há 2 anos atrás
README.md ac0fc378a3 Fix remaining Chrome/Chromium OS instances há 1 ano atrás
mypy.ini abcfc67d8b Add python configs for consistency between IDE and CI há 2 anos atrás
pyproject.toml abcfc67d8b Add python configs for consistency between IDE and CI há 2 anos atrás
rust-toolchain 8c2a5647d1 rust-toolchain: update to Rust 1.77.2 há 4 meses atrás

README.chromeos.md

Crosvm on ChromeOS

Crosvm is an independently developed project and is using different workflows than other ChromeOS repositories.

Please review Crosvm on Chromeos for how to submit code and how changes are brought into ChromeOS.