Snap for 10060019 from 59bd2db468a8a6b3cb81000354c4a9f035a17837 to udc-release Change-Id: Ie8e0de3059b59d2627cb026e7e397e53960f8619
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.