commit | 0fcc7ace5a4344000edac1181e1cfc3fcc882f8d | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Thu Dec 09 15:58:38 2021 -0800 |
committer | Dennis Kempin <denniskempin@google.com> | Fri Dec 10 02:34:50 2021 +0000 |
tree | 557d7d93e9fd9f878c638643cf40761212f786b4 | |
parent | cba95dba9cb09b6df76a3049c543ae775b2c7a88 [diff] |
Uprev rust toolchain to 1.56.1 Two new clippy fixes are affecting us, but will be easy to fix in a follow-up. Fixed the dev-container so we can create a new version with the new toolchain. BUG=b:210037151 TEST=Kokoro Change-Id: I9ac4d84aff72b1ee5219d6dab0a88667ca6c5951 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3328954 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.