commit | a0bf9563b294884d191f69d78c78441fafb0c6f3 | [log] [tgz] |
---|---|---|
author | Noah Gold <nkgold@google.com> | Tue Jul 12 00:50:19 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 14 02:37:04 2022 |
tree | c915a787300bbd2a49d4a8be3478b3b7f80ab0d5 | |
parent | 39a9977505fdd8b3781755dc8d11905caf822639 [diff] |
tools: build example_simple w/ no crosvm features. The example is currently building a crosvm with gpu support, which doesn't link properly out of the box. Now, we build explicitly with all features off, which is sufficient to run the example. BUG=none TEST=ran the example. Change-Id: I1699741f9c094831827b090782be5f5d7492eefa Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3756725 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Noah Gold <nkgold@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.