Snap for 12406339 from 69bd4e3cd017b968671786080c5f996c6dc86143 to 24Q4-release Change-Id: I536aa98bec1d30399986723d9b7fa65f85b4f4f7
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.