crosvm/tools/examples
Anton Romanov a4cb63d7ce crosvm: add example rust baremetal app that can be booted with crosvm
BUG=none
TEST=`cargo run`

Change-Id: I97eb56eec0d08c67e62755ef21b5ac0cd3e9a461
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3638965
Tested-by: kokoro <noreply+kokoro@google.com>
Auto-Submit: Anton Romanov <romanton@google.com>
Commit-Queue: Anton Romanov <romanton@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2022-05-10 23:36:47 +00:00
..
baremetal crosvm: add example rust baremetal app that can be booted with crosvm 2022-05-10 23:36:47 +00:00
guest Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +00:00
.gitignore Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +00:00
example_desktop Reorganize usage doc and add example usage 2022-01-27 21:29:10 +00:00
example_network Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +00:00
example_simple Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +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.