Snap for 10482350 from fa06235f96982141926140e17dbe2cd403c4c67e to mainline-sdkext-release Change-Id: I9fa2a76ecce0f2bc4ba68fe3bae923ee80a527c3
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 ChromeOS 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 ChromeOS devices.