commit | 5e91be706437685bd882b9f33e40d4a50f1026ed | [log] [tgz] |
---|---|---|
author | Junichi Uekawa <uekawa@google.com> | Tue Dec 14 14:19:17 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 06 22:59:57 2022 +0000 |
tree | cd922b0c995aad4e9bb931519c5f26a4b9ede4ca | |
parent | a11190428bb21015c1ab8dd793f4f006fb27cf05 [diff] |
crosvm: Commit Cargo.toml with a useful description. This is what I do all the time manually, maybe this can be automated. BUG=None TEST=run it and observe. Change-Id: Ia32790ca7dd0b8313ce05dcff28509b8a21d4f76 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3336823 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Junichi Uekawa <uekawa@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.