| commit | 292aa63cba38f9cca35b1b5196f91f90c6442592 | [log] [tgz] |
|---|---|---|
| author | Richard Zhang <rizhang@google.com> | Thu May 16 23:52:02 2024 +0000 |
| committer | crosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 22 18:54:00 2024 +0000 |
| tree | 900edf3097f950623e1f3896d55777bf07b80ca9 | |
| parent | 71794bd203dcf9900f461084a5cbb1295d63d0fd [diff] |
crosvm-windows: Update snd_split_configs to take a Vector This will allow for multiple sounds devices to be spun up BUG=b:341135283 TEST=builds and passes tests. Also tested downstream Change-Id: Id195b8013ab94ac5bf644d794e9a40b5bc86bc2e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5544307 Commit-Queue: Richard Zhang <rizhang@google.com> Reviewed-by: Idan Raiter <idanr@google.com> Reviewed-by: Noah Gold <nkgold@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.