commit | b08fa439aa0b1d0a3cd98b353aad0d9680da4f02 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Apr 07 11:04:15 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Thu Apr 07 11:04:15 2022 -0700 |
tree | b9dfc5489c9704e324738eb8aa98e7aea48e2e3a | |
parent | 79316a5389bdcbcab113b7d91262cbcd268ddb74 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/crosvm Added SPDX-license-identifier-BSD to: base/base_poll_token_derive/Android.bp cros_async/Android.bp crosvm_plugin/Android.bp io_uring/Android.bp libvda/Android.bp qcow_utils/Android.bp serde_keyvalue/Android.bp serde_keyvalue/serde_keyvalue_derive/Android.bp tpm2-sys/Android.bp tpm2/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I7a4894f9cd3c9102d0fe4b945a166a4ba5d3dcdc
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.