commit | add96eb34a13fb26389ffa86dba4f5d65d714f62 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Feb 22 21:57:19 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 22 21:57:19 2022 +0000 |
tree | 449d367efeaaefdea626b8234bfe9576d43aba68 | |
parent | 2e9e9eed1a857a63d0e8d8d1654e3c85d9f64445 [diff] | |
parent | 412eeb11d8cdd389d7b0c962dc073082e03d2e01 [diff] |
Disable gfxstream and gpu features on device. am: 412eeb11d8 Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/1995230 Change-Id: Ibd00562743a2e448b901192f9c6ed9edfac985b0
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.