commit | e39dde63eb38b84dc3c1d9a3363205f28f6db1fa | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Mon Nov 28 14:55:15 2022 -0800 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 01 07:04:56 2022 +0000 |
tree | 908c3a10d35dfb312ee0124f3d76c3f54cb84375 | |
parent | 7519b10342c8e90a6a8bcf718393de2d173ede10 [diff] |
crosvm: Make document-features dependency optional The document-features crate doesn't work in Android's build system (it can't find the Cargo.toml file), so it would be convenient if it could be easily turned off. BUG=b:255384162 TEST=presubmit Change-Id: If1b27c0d3e5783c5c1f9840bd2ccd20cc0f91849 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4062838 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Frederick Mayle <fmayle@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 Chrome OS 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 Chrome OS devices.