Snap for 13469539 from d99d3f4cfd3a4540d56e0b350652d29a25743321 to android15-tests-release Change-Id: Ic59e4ddfe226009c9b803c452ee1ee3bc1360bfc
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.