commit | 28d80cc2ed6e88251dff39af8195b775b9c995cd | [log] [tgz] |
---|---|---|
author | Junichi Uekawa <uekawa@google.com> | Thu Jun 12 08:38:44 2025 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 13 06:02:40 2025 |
tree | aaf01c964d81559cee6ad629922cef33c4e41cda | |
parent | 1af3edcf00380999a0be44ceb36fbd10efb15ad1 [diff] |
CONTRIBUTING: Add a note on updating dependency. Maybe it's not enough but let's have a word here so that we don't forget about it. Change-Id: I596979d2013f7d695af1d687ae82ca6683186109 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6636840 Commit-Queue: Junichi Uekawa <uekawa@chromium.org> Reviewed-by: Noah Gold <nkgold@google.com>
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.