commit | 31ef2d0b764c2e8b364f82f0fc717887e83b25f4 | [log] [tgz] |
---|---|---|
author | Keiichi Watanabe <keiichiw@chromium.org> | Wed Oct 27 09:42:29 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 28 10:44:45 2021 +0000 |
tree | 27b8490f95cc8573f0fc4219c252f9ead74c5fb3 | |
parent | 70c66baed0765328b5af8236850dc36bd0a5864c [diff] |
mdbook: Add links to source code at top page BUG=none TEST=none Change-Id: Ife7f1d7c8d5885f72e9b489e62735e8b236c1750 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3245056 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Daniel Verkamp <dverkamp@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 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.