commit | 8551e2d645dbf8e47bbac06cbf665c353525cace | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Apr 08 00:13:41 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 00:13:41 2022 +0000 |
tree | b9dfc5489c9704e324738eb8aa98e7aea48e2e3a | |
parent | 73fd4bab24b18ca934c53dd4c95803c1097f7dab [diff] | |
parent | b08fa439aa0b1d0a3cd98b353aad0d9680da4f02 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/crosvm am: b08fa439aa Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/2056541 Change-Id: Ie6c4099567435ac0835100d5a7accfb091299392 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.