commit | a1e42f07ea967352a4258efd330212338479844d | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Mon Nov 15 14:59:51 2021 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 15 23:55:42 2021 +0000 |
tree | 6c99db7df5c625f0d9f111b416f8231f3da99e3b | |
parent | dc629f5f05a951c135c125e422ee027f448ed259 [diff] |
Enable clippy on more workspace crates As before, some are automatically fixed by clippy, some manually fixed. BUG=b:192373803 TEST=./tools/presubmit Change-Id: Ifcab4cf60775ee6bb7d4530af6406a74958432ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3283683 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: 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.