commit | 4d88ee98d587040ba53c5cf512d4e95a62c44616 | [log] [tgz] |
---|---|---|
author | Vikram Auradkar <auradkar@google.com> | Wed Mar 09 23:27:38 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 10 18:48:52 2022 +0000 |
tree | e71e5533a2d18d4b15bdb93118142fdd08128d2b | |
parent | cd75771ea8dac7704b0e7b840ededcff7c1fce9e [diff] |
Upstream data_model Test: cargo test Bug: b:213147091 Change-Id: I9c73963e18591b8a9548e508f63bbb423f5aafa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3515113 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Vikram Auradkar <auradkar@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.