[roll] Roll fuchsia [vmm][virtio-sound] First cut at a virtio-sound device This is an incomplete implementation that currently supports only INFO queries. Future CLs will flesh out the implementation. The device is implemented in rust and a black-box test is implemented in C++. Additionally, a simple controller is implemented, but it's not yet hooked into vmm/main.cc. Source organization: - wire.rs: the wire types, copied directly from the virtio-sound spec - wire_convert.rs: functions to convert between wire and FIDL types - service.rs: VirtSoundService, which implements the virtio-sound device Original-Bug: 87645 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/607162 Original-Revision: edc1a6897203b5b0f7d47a2addfe4d39651a16e0 GitOrigin-RevId: 514991153f7867f96105b563e9f181c32cc47502 Change-Id: I7c8d473a5b0a01bf8b8a6207fd5f1d8aa82ba401
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.