commit | 0ff5b53914a450fcbbf837d3e61df0af06c18282 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Wed Mar 30 12:53:35 2022 +0900 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Apr 03 12:45:09 2022 +0000 |
tree | 1b489abd7ac0ddc4401f0e5a52875d143d19f682 | |
parent | 33d1b09adf77c7fd25e2c9c7f28faca2bb1159f4 [diff] |
devices: vvu: remove Arc<Mutex<>> for VvuDevice The VvuDevice is now the sole owner of the passed VvuPciDevice. Remove the Arc<Mutex<>> surrounding it as it has become unnecessary. BUG=b:194137301 TEST=cargo build Change-Id: I130a9b8da6b68524aeee784614b690bfc2ac27ad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3565622 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.