commit | 7b857eeea4b7181db2ca43b03c6899ccf9de04ad | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Fri Apr 08 18:05:38 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 18:05:38 2022 +0000 |
tree | ab26350355cda9625a5b1e6e839a33aac90c3c44 | |
parent | 8424983eb14661565947c644b685670a9f2d7aca [diff] | |
parent | c4a8562febbd0e24041e619af285005a6b393c89 [diff] |
Merge changes I7a7d9497,I3c896874,Ibf181cd9,I1492b974 am: 84b9c0a94f am: c4a8562feb Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/2058713 Change-Id: Ia9471aa26b73c29f0c0de6e623626a7d16e9176f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.