commit | cb3cabe3ba518998ebf992af5b78ad2d8373c46a | [log] [tgz] |
---|---|---|
author | Anton Romanov <romanton@google.com> | Thu Feb 03 03:21:33 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 04 02:20:36 2022 +0000 |
tree | 5631aa1a5642785ea9415fd4c98ccb75eb5b2135 | |
parent | cb3d88edc62ada23c30b2712fe24c265f83656f3 [diff] |
Upgrade rust toolchain version to 1.58.1 Pre 1.58.1 have CVE-2022-21658 Cros toolchain got upgraded to 1.58.1 BUG=None TEST=cq Change-Id: I2ce5a08b40bcc4895c4f2ecef83efd4162d67494 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3435385 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Anton Romanov <romanton@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.