mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
ab3d88e71f
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> |
||
---|---|---|
.. | ||
baremetal | ||
guest | ||
.gitignore | ||
example_desktop | ||
example_fs | ||
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.