Snap for 11517367 from 7576fe44be9fb01fa5398322fc345f5fd9d02def to 24Q2-release Change-Id: I38e25f6d9b435d459fe7dbbadcc5d5fcf1dcec19
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.