Snap for 11944020 from 6f3b94957370237e6285dd3d4e04eeef3fa8b9c2 to 24Q3-release Change-Id: Ibf248d2bc6526edc13ea085468f7b14e8f262fd6
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.