commit | f29a992754bac11094ad8fa7486b116a8f75f066 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Mon Oct 03 12:08:17 2022 -0700 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 03 21:39:26 2022 +0000 |
tree | e70d22e65655211963fff2fc71940dc34109656d | |
parent | b83b553ff5354ac89e935715ee4b62ba4c85de1f [diff] |
tree-wide: apply cargo fmt --nightly Fix a few recently introduced formatting mismatches. Change-Id: I1617683532d3cc45f67ec15408fbd4ec4c9d6bb2 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3928132 Commit-Queue: Dennis Kempin <denniskempin@google.com> Auto-Submit: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: 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.