| commit | 16c832e0ebee5347a20715bccda04623ee48cbed | [log] [tgz] |
|---|---|---|
| author | Vikram Auradkar <auradkar@google.com> | Thu Sep 22 22:00:24 2022 +0000 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 04 20:22:35 2022 +0000 |
| tree | f420ebda1a9e9ad77512c9b0f352744f957e2500 | |
| parent | 5d49f501831919987c42bac15a3421787d7449bc [diff] |
devices: ac97: windows: Convert mute Mutex<bool> to AtomicBool BUG=b:213149155 BUG=b:150630566 BUG=b:236297362 TEST=ran downstream tests Change-Id: Ie7d1650baeeaeea5ee0391d50e61335eb09dcefd Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3967443 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Vikram Auradkar <auradkar@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.