commit | 935d1f05423561525d9e74abf8406daaef4c82e4 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Mar 08 13:24:16 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Tue Mar 08 14:33:23 2022 +0000 |
tree | 4ecc0039856d113fa07c293c23edf35f6b31f389 | |
parent | add96eb34a13fb26389ffa86dba4f5d65d714f62 [diff] | |
parent | d6a42bdf6ca2ffc7f809c69f91d7435e7617153b [diff] |
Merge remote-tracking branch 'aosp/upstream-main' into master. Bug: 215305014 Bug: 220084045 Change-Id: I1f87d1e5331701e8766aa27a455375f859c0fe5d
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.