commit | cba95dba9cb09b6df76a3049c543ae775b2c7a88 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Thu Dec 09 15:18:58 2021 -0800 |
committer | Dennis Kempin <denniskempin@google.com> | Fri Dec 10 01:54:35 2021 +0000 |
tree | 45dd3233c18fb3fc1eec37da529b0aa975c4b5a4 | |
parent | 16fb6592726a2dc23d505055c0b1f6520d8e70a8 [diff] |
rutabaga_gfx: fix gfxstream build Fix error[E0560]: struct `renderer_utils::VirglCookie` has no field named `None` --> rutabaga_gfx/src/gfxstream.rs:213:13 | 213 | None, | ^^^^ `renderer_utils::VirglCookie` does not have this field | = note: available fields are: `fence_state`, `render_server_fd` Also silience all warnings related to render server. Change-Id: I19ef8746b63379a5517ba9abd3faf4e9da0abfc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3328098 Auto-Submit: Chia-I Wu <olv@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: Dennis Kempin <denniskempin@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.