commit | a4ddfef376fe7f850d9a566e0108ec84d7a1bee7 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Apr 08 02:54:23 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 02:54:23 2022 +0000 |
tree | b9dfc5489c9704e324738eb8aa98e7aea48e2e3a | |
parent | 184393842b0ea802af512bdb68e2c46a76e765ce [diff] | |
parent | b8ad3e49ec32a07690ccddfedd949a6e922e2dfb [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/crosvm am: b08fa439aa am: 8551e2d645 am: 8424983eb1 am: 0d725c2648 am: b8ad3e49ec Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/2056541 Change-Id: I8d58b9119b66cfe36cd373f518fc9e851db82539 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.