| commit | faa3a06b07af8347dbb680a3ddaee072fefdcd67 | [log] [tgz] |
|---|---|---|
| author | Keiichi Watanabe <[email protected]> | Tue Nov 18 20:58:17 2025 |
| committer | crosvm LUCI <[email protected]> | Fri Nov 21 21:20:06 2025 |
| tree | 74c8668a402985ea0e263d746dfc912f0cbfa3f2 | |
| parent | 80699fd842b6abba0abbe096c53b58e2f1c6beda [diff] |
sandbox: Fix static-mut-refs error BUG=b:455879436 TEST=./tools/build_release --platform=mingw64 --build-profile chromeos Change-Id: I099bf2aa552ec5e84ef8c18ba1b9186b808b1e63 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/7170260 Reviewed-by: Noah Gold <[email protected]> Commit-Queue: Keiichi Watanabe <[email protected]>
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.
crosvm is currently used to run Linux/Android guests on ChromeOS devices.