commit | f364d020f3db809a96e78eb2e554522752e97c74 | [log] [tgz] |
---|---|---|
author | Woody Chow <woodychow@google.com> | Fri Sep 17 13:37:32 2021 +0900 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jan 17 01:40:09 2022 +0000 |
tree | a48d7494f784ab6dd0e49c6a8ceae8b56e2bd835 | |
parent | 2354f6e21161d98e69aeb118ddcf027927a4b49b [diff] |
devices: Add vhost-user snd device with CRAS backend To launch, crosvm device cras-snd --config $CONFIG --socket $SOCKET BUG=b:179755683 TEST=tast run $DUT_IP vm.Audio*.vhost_user_cras Change-Id: I636f01167e4a6326c25bccb4084425e842f95ea2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3167247 Reviewed-by: Chirantan Ekbote Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org> Commit-Queue: Woody Chow <woodychow@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.