commit | 03dc0c5d95ef1a33457085a6454f97eb3168f763 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Apr 15 03:02:28 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Apr 15 03:02:28 2022 +0000 |
tree | fc3e6afe595094f5369bb5443f9bdeee9615a680 | |
parent | 292b69791eb3af6d652028ce1bdf9fff70ba27fc [diff] | |
parent | d4ae2f4185ff51482812702abe8fb5ba61c3d7d7 [diff] |
Snap for 8458224 from d4ae2f4185ff51482812702abe8fb5ba61c3d7d7 to tm-qpr1-release Change-Id: Ib7dc26f4cf395c8feeacb1d252887342d38e9591
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.