commit | d2c2bd1ba3d414d06aeec45ea7f6a98110e93679 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Mon Dec 06 14:09:59 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 06 08:06:41 2021 +0000 |
tree | 0d1acec28e0feeaa3c988488752ec05a372692cb | |
parent | 4eec83452d0a3c21574ddf1a3914317695f32b00 [diff] |
linux: mount all possible render nodes Originally, we only mount 1 render node "/dev/dri/renderD128". However, the working node might not be this one. This CL mounts all the possible render nodes. BUG=b:202352463 BUG=b:201738023 TEST=tast run $(DUT) arc.Boot.vm and confirm all render nodes are bound Change-Id: I10331a1fba724ae2f75a96f59b1a9931e108e213 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3317006 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org>
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the Chrome OS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.
crosvm is currently used to run Linux/Android guests on Chrome OS devices.