commit | f5f905590ddd9677fa52d8a6b1bc44242c27ba04 | [log] [tgz] |
---|---|---|
author | Kaiyi Li <kaiyili@google.com> | Mon Sep 25 13:41:44 2023 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 14:54:30 2023 |
tree | 53e5e329a265a9c8894d000c26235cedca690a8a | |
parent | b4a746124bc7fecb11a9c36ebcfbf708f08f742a [diff] |
rustfmt: add rules for imports Tests: presubmit Change-Id: I37a5ef640c27952d63023e881445240e8d50dbc4 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4889711 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Kaiyi Li <kaiyili@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 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.