commit | f214189c283c0f734a72132fdf27cd01f79522a8 | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Thu Apr 07 20:40:14 2022 +0000 |
committer | Frederick Mayle <fmayle@google.com> | Thu Apr 07 23:52:03 2022 +0000 |
tree | 8f746545551df795feba2a84c239facc2b7fa90b | |
parent | 9d4ab6758758558f306f289cfa6acec4ba3c40e8 [diff] |
Run bpfmt on all2android.sh outputs Test: all2android.sh Bug: 226645768 Change-Id: Ibf181cd9645da231ecf36080e374e0a2e9f539af
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 Chrome OS 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 Chrome OS devices.