commit | b86f7f6110ef399b2be541ff8c3f8a2c94a348c8 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Mon Dec 13 12:10:22 2021 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 14 16:54:22 2021 +0000 |
tree | f6ee2821d680c2a30be2bd2db1b20337fd235dcb | |
parent | 670f9987cbffd41f4858f6ce45b8134d6c7a6aa7 [diff] |
gpu: allow syslog from the render server BUG=b:177267762 TEST=run vk and gl apps on volteer Change-Id: I6fe2ce831eb671fedd1c0aa749066c41d181d152 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3335301 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Chia-I Wu <olv@google.com>
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.