[roll] Roll fuchsia [dfv2][compat] Replace DevfsVnode with DeviceServer

Use the devfs_fidl::DeviceServer class to serve protocols from devfs.

Using this now means that devfs connections are stopped in the correct
place. The ddk-lifecycle test can be re-enabled in a followup CL.

The ClientRemote test needs to call PrepareStop now so that the devfs
connections are shut down correctly.

Multiply: compat_test
Original-Fixed: 117076
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/773312
Original-Revision: 7e97676170db175a1a64147a1550fbb556e6d914
GitOrigin-RevId: 35e6a6e7c35159d3d733ff15b8434ba6b15b4780
Change-Id: Ife20f1a3e0327e7d5ecd92deffc7fdeadd1aeb22
1 file changed
tree: 294da1ef8528e2a053985f7bf017515adb6b2fb6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.