[roll] Roll fuchsia [netemul] Add DevfsDevice

Add a more complicated VFS struct that represents a device in devfs.
If the device is opened directly, then the device's protocol is served.
If "device_controller" is opened within the device, then
fuchsia.device/Controller is served.

Original-Bug: 127876
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/862008
Original-Revision: 317c04e13c47c96aec5741f1d3275d9fbad84c18
GitOrigin-RevId: e068fbe7c984abbccebffa0d467835df0620f547
Change-Id: Iad7d06408da83f3052ba628c0ba6fb0d0aba6c97
1 file changed
tree: 7d8f9d478226cb7ba615f48e07ba9cc95a5d52ba
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.