| commit | 70e6b4c65731796e78604ac27519e727baf24ba3 | [log] [tgz] |
|---|---|---|
| author | Daniel Verkamp <dverkamp@chromium.org> | Thu Mar 06 13:30:31 2025 -0800 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 16:43:54 2025 -0800 |
| tree | 598446e5da7a6623a0af3d9e293e20bc1bfb1aeb | |
| parent | 9e00dbfd62f82aac84fc305b5677de1e2ec3e116 [diff] |
[clippy] fix and re-enable single_char_pattern These are trivial to fix and don't make the code any less readable, so we should just resolve the existing instances and re-enable the check rather than ignoring it. Change-Id: I6c8a7b5d22b071401765749a76b2545ea0bc4dd8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6332488 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@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 ChromeOS 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 ChromeOS devices.