crosvm/tools/examples
Joe Hattori ab3d88e71f docs: make sure user is added to the kvm group in running_crosvm/example_simple.md.
At present, the `tools/examples/example_simple` script fails with an
access error when the user is not added to the kvm group.

This commit makes sure the user is added to the kvm group when trying to
run crosvm in running_crosvm/example_simple.md.

Tested on my local environment and checked the script works regardless
of the user being in the kvm group.

BUG=b:294970555
TEST=./tools/presubmit
TEST=./tools/examples/example_simple works regardless of user being in
the kvm group
TEST=shellcheck

Change-Id: I19e42af048774f68c7e0a93afa89a7acd183ba82
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4763917
Reviewed-by: Takaya Saeki <takayas@chromium.org>
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Commit-Queue: Joe Hattori <hattorij@google.com>
2023-08-09 10:37:25 +00:00
..
baremetal Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
guest Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
.gitignore Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +00:00
example_desktop tools/examples: remove remaining instances of --tap-name 2023-06-09 14:57:45 +00:00
example_fs docs: Add virtio-fs document in crosvm book 2023-05-19 01:45:15 +00:00
example_network tools: examples: network - uncomment RSA and add info 2023-07-18 22:52:06 +00:00
example_simple docs: make sure user is added to the kvm group in running_crosvm/example_simple.md. 2023-08-09 10:37:25 +00:00
README.md crosvm: update book and doc links to crosvm.dev 2022-07-29 22:54:01 +00:00
setup_network Update all copyright headers to match new style 2022-09-13 18:41:29 +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.