commit | a0638451f15de4cede4aa33ee6eb69e181dc7410 | [log] [tgz] |
---|---|---|
author | Lepton Wu <lepton@chromium.org> | Wed Jan 19 22:49:53 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 20 21:00:09 2022 +0000 |
tree | c50a3d81a1bcc02633c2ba2f40a003262433611c | |
parent | ef084fa680d2069542676f85207349aac2089798 [diff] |
gpu: Mount driconf in gpu jail BUG=b:202681679 TEST=`atest android.graphics.cts.VulkanFeaturesTest#testVulkanHardwareFeatures` Change-Id: I6b63224c212fc694d1ab17d3226df165d0894982 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3402481 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Lepton Wu <lepton@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Lepton Wu <lepton@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.