commit | 3a6b7f11ce15953e509926eacf85102b04727d09 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Fri Nov 12 09:35:42 2021 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 12 20:55:25 2021 +0000 |
tree | 8265539394350b2d7f4d807669b771047a88d8a1 | |
parent | 13f5e9b9830f54bde77147642aa3d468f5922546 [diff] |
tools/clippy: Move allow-list to .cargo/config.toml This applies the same clippy config to rust_analyzer as well. BUG=b:193893457 TEST=./tools/clippy and VSCode show the same linter results Change-Id: I5deec4a24d71fec4692ed708664130f46c1311b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3278773 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.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.