commit | 7535ec7f15273d297802616ba40315422346831a | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Fri Oct 13 01:37:36 2023 |
committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 20 18:38:44 2023 |
tree | 03dfbc19e94fafa5ee1cd95dea4c63d49d836529 | |
parent | f69b9c147b49996c5aa42679ed230fda247cb68f [diff] |
devices: virtio: snd: add stream to vios_backend snapshot Add stream snapshotting to vios_backend. Remove jack, stream and chmaps validations - Those only get updated after the worker thread is activated -> always fails in vios backend. BUG=b:297770176 TEST=testing in AOSP, cd common/audio_streams && cargo test Change-Id: I83b69384bb08fbc8a06231443c0683a5d289df99 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4918817 Reviewed-by: Frederick Mayle <fmayle@google.com> Auto-Submit: Elie Kheirallah <khei@google.com> Commit-Queue: Elie Kheirallah <khei@google.com> Reviewed-by: Richard Zhang <rizhang@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 ChromeOS 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 ChromeOS devices.