commit | 70e41c106b79bc731f6dda7e989027452a5155c0 | [log] [tgz] |
---|---|---|
author | Keiichi Watanabe <keiichiw@chromium.org> | Thu Feb 10 01:21:27 2022 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 09 17:08:32 2022 +0000 |
tree | d04326c98631005fa5ec998fc7950f4a50a77976 | |
parent | 3c2a4616a807aa0afd08d196ffb323c0d229a096 [diff] |
devices: Drop vvu feature Enable VVU feature unconditionally. Since kokoro will start checking VVU code from this CL, clippy errors are fixed. In addition, the time limit of kokoro unit testing needed to be increased because some time-consuming unit tests will start running on aarch64 QEMU, which is really slow. BUG=none TEST=kokoro Change-Id: I67437c060ff5ba9f690dcfc6e5c3dd155b95a785 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3450014 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@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.