commit | d26a2b5fdeb2f0de14053afac9bb3156fe362f37 | [log] [tgz] |
---|---|---|
author | crosvm-luci-ci-builder <crosvm-luci-ci-builder@crosvm-infra.iam.gserviceaccount.com> | Mon Jun 09 01:30:35 2025 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 02:41:04 2025 |
tree | 2d5b873d6d00df0b07ab321eab71bfcfda756c20 | |
parent | ceb193982060765b57523e34206bcbdf05f6902c [diff] | |
parent | 4299752ed4614afc1593aaa536fac803eee28d53 [diff] |
Merge with upstream 2025-06-08 1/2 4299752ed Roll recipe dependencies (trivial). adab1dd09 Roll recipe dependencies (trivial). ca0f05827 Roll recipe dependencies (trivial). e846beeb1 devices: virtio-scsi: clarify max_lba naming confusion b827e128e devices: virtio-scsi: combine Command new() and execute() d289b6c87 OWNERS: add zihanchen to owner list 0e488d590 Roll recipe dependencies (trivial). 23f6f752c Upgrade the windows crate to 0.61.1 4dba8152b infra: uprev dev container df2b63b01 Roll recipe dependencies (trivial). https://chromium.googlesource.com/crosvm/crosvm/+log/b213cbe6cf7ad6728ee7583a151ec6fba1c4e063..4299752ed4614afc1593aaa536fac803eee28d53 BUG=b:413511264 Cq-Depend: chromium:6626868 Change-Id: I57d7f237e64102b0bcb2b76d80df10eef809974d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/6629429 Reviewed-by: Dmitry Torokhov <dtor@chromium.org> Commit-Queue: Yuan Yao <yuanyaogoog@chromium.org> Tested-by: Yuan Yao <yuanyaogoog@chromium.org> Reviewed-by: Yuan Yao <yuanyaogoog@chromium.org>
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.