commit | a2b4fc07ff5943a2637e01f10f74f132ac4c538d | [log] [tgz] |
---|---|---|
author | Chih-Yang Hsia <paulhsia@chromium.org> | Sun Dec 12 12:43:56 2021 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 13 05:04:54 2021 +0000 |
tree | cb4df34f12d4fd3cf0dd4b72718812151ba94720 | |
parent | 3abfaa540fea5cc7c1ae1b4bac70b5cb69f87e1f [diff] |
devices: virtio: snd: Set capture to false by default When running cras-snd without "capture=true" parameter, Parameters.capture could be false. BUG=b:201382814 BUG=b:210197743 TEST=./tools/chromeos/setup_cargo && \ cargo test -p devices --features=audio_cras TEST=Launch VMs without microphone toggle turned on Change-Id: Iac54d7985f5b07c39e23516df10641601ab9cca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3331982 Reviewed-by: Woody Chow <woodychow@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Chih-Yang Hsia <paulhsia@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.