commit | 04b9ce6d8ac14494bad5056d91b794e47898ece3 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Wed Mar 23 11:37:21 2022 +0900 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 23 08:08:49 2022 +0000 |
tree | d524c974f32beb8de3bc1ed93fbb8aa73048c1ce | |
parent | 3e28ed0f5f91c25f4dcad0edc02f25b77a7213d3 [diff] |
gpu: display detailed resource bridge errors Unfold the anyhow errors returned so we can identify their source precisely. BUG=None TEST=cargo build Change-Id: I5bdfcc893b7ca98d83561cac820bcee443013547 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3543011 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Alexandre Courbot <acourbot@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.