Snap for 14095642 from 63f8ff9dae2598da2fcf8038e8c5172af7888542 to 25Q4-release Change-Id: I6e1fa69fa4e48eaeb37d335080ca6d221b13bf95
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.