[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
1 file changed
tree: e0925e54ddbfd91f7b90e5edd0a3cabfee708108
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.