commit | 831b5a6735fe097b2301a90adad7b4ae8069b437 | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Wed Apr 26 18:19:03 2023 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 26 19:11:48 2023 |
tree | 5ddfd598d3c8e930deb01eca25fa21c87b8dc96f | |
parent | 3acd42c08430455391bd2703b902ebdd599e8ae1 [diff] |
infra: Fix git unshallow in chromeos_hatch builder The dev container used to wrap commands in bash, now we need to explicitly call bash to run the script. BUG=None TEST=https://ci.chromium.org/swarming/task/61d79d241817fc10 Change-Id: Idaeb53bf848ffcd49911dad4e195f49dc3df69b2 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4481513 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> 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 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.