mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
a0bf9563b2
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> |
||
---|---|---|
.. | ||
baremetal | ||
guest | ||
.gitignore | ||
example_desktop | ||
example_network | ||
example_simple | ||
README.md | ||
setup_network |
Crosvm on Linux Example
This directory contains an examples for how to run a VM with crosvm on linux.
See Basic Usage for a tutorial on how to run the examples.