commit | ea6b7660725d3746796a2c1aac99abaa2f6bc0f9 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Mon Nov 11 22:27:04 2024 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 13 00:07:16 2024 |
tree | 1524107d1fc8df3e6cc1c2b47ff6a1fb31e08200 | |
parent | fbb8137c0abca1e4c9772e8f6a8de21da561cd5f [diff] |
aarch64 clippy fixes for Rust 1.81 BUG=b:365852007 Change-Id: If3be49d4e4178d48fa0e3e80c84063a115964566 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6012252 Reviewed-by: Dennis Kempin <denniskempin@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 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.