commit | e98d378d34212f2756f908c3db3b662c3510bb8b | [log] [tgz] |
---|---|---|
author | Yuanjun Huang <yuanjunh@google.com> | Mon May 09 14:33:27 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 09 22:17:41 2022 +0000 |
tree | 85db3eb9211fd2444eea995eedea92cae3696519 | |
parent | 3fab3baecc3ab31d5289ad523c545751fbe7bf26 [diff] |
[luci] turn off builders in Luci temporarily Turn off crosvm builders in Luci temporarily since the cloud storage bucket in crosvm-infra doesn't grant proper access for logdog. Bug:1300370 Change-Id: Ie91b33d10c1a9e6e155961be4cfb8c7a406fcef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3636269 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Yuanjun Huang <yuanjunh@google.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: 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 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.