crosvm/tools/examples
Noah Gold a0bf9563b2 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>
2022-07-14 02:37:04 +00:00
..
baremetal examples/baremetal: exit instead of hanging 2022-06-23 22:30:40 +00:00
guest
.gitignore
example_desktop examples: use rwdisk instead of rwroot 2022-06-17 17:43:41 +00:00
example_network examples: use rwdisk instead of rwroot 2022-06-17 17:43:41 +00:00
example_simple tools: build example_simple w/ no crosvm features. 2022-07-14 02:37:04 +00:00
README.md Reorganize usage doc and add example usage 2022-01-27 21:29:10 +00:00
setup_network Reorganize usage doc and add example usage 2022-01-27 21:29:10 +00:00

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.