commit | 29950ef5a64604a248ce2273a9dc055685487273 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Thu Oct 07 14:56:45 2021 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 23:03:16 2022 +0000 |
tree | 5360354b7ce6ffe5139311a3a65043fa419607d8 | |
parent | 8ec0b3defc37b919464bbbb933cfd1e174bd73d9 [diff] |
devices: make virtio tpm backend pluggable Split the creation of the software TPM emulator from the virtio-tpm device so that other backends can be used with virtio-tpm. BUG=b:227283268 TEST=cargo build --features=tpm Change-Id: Ic1ebd2ebd49615201892afbf86cd5be68f6fde8c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3213271 Reviewed-by: Dmitry Torokhov <dtor@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
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.