commit | 9abac407aca0e75a7cf3700304154164a37a567f | [log] [tgz] |
---|---|---|
author | Keiichi Watanabe <keiichiw@chromium.org> | Tue Oct 26 00:59:34 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 26 16:58:37 2021 +0000 |
tree | 24f5d8e3c18a98b4727e4519a433dac2c5f956ce | |
parent | f5db3e51862a4209880cd45e5d89ced8851565da [diff] |
OWNERS: Remove tjeznach BUG=none TEST=none Change-Id: Ia2a2f613e254082e456fc17bbbb3c17581910aa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3241905 Auto-Submit: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Dennis Kempin <denniskempin@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 devies, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on Chrome OS devices.