commit | 12ae5e8bc86b4a82466b4c3c9c661e80b9fbc7ab | [log] [tgz] |
---|---|---|
author | Dennis Kempin <denniskempin@google.com> | Tue Feb 08 15:20:53 2022 -0800 |
committer | Dennis Kempin <denniskempin@google.com> | Thu Feb 10 22:04:18 2022 +0000 |
tree | 1b4d5dea3a6cd2065d4d51905e46b2e818ca0d17 | |
parent | 4d0436e74e4f41601e2675c4fb3f8a31636ec33e [diff] |
Update ./tools/presubmit defaults and add --all mode The new default should be quick, aarch64 tests barely take longer than clippy/fmt and gives good enough coverage for most things. The --all mode will add all other builds run by kokoro, including armhf and a --no-default-features build. BUG=b:203152778 TEST=./tools/presubmit (--quick, --all) Change-Id: Ie778f397e9d65d9ca79bcb55acf0e74394bb04af Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3447293 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.