mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
The virgl renderer was unconditionally selected as the default backend for crosvm, even if the "virgl_renderer" feature is not enabled. This forces the user to explicitly specify the 2d backend with the --gpu option, which can be confusing for new users. Simplify things a bit by using the 2D renderer as default if the "virgl_renderer" feature is not enabled - that way the GPU can be used without having to specify a backend explicitly. BUG=b:213532598 TEST=successfully run crosvm without the "virgl_renderer" feature and without specifying the "backend" GPU option. Change-Id: Ib36b7d92cef62d9dd91b0a41051362d1c57e0536 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3528233 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |