commit | d523956768e44e935b7a8047213707b59feb84bc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 15 08:15:14 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 15 08:15:14 2022 +0000 |
tree | 812faf27d48d6e88205d0e2af12f2898d79a191b | |
parent | 27b5bebe28a42d4497e7017014d2e62e4c248dda [diff] | |
parent | dbb9c64421e549ae094af195a1c0be0e2ec7b4b3 [diff] |
Merge "Add dependency to libprocessgroup" am: 837350ea0f am: dbb9c64421 Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/2059508 Change-Id: Ib3f824a58d22eab33702ef5450d374121e594762 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.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.