[roll] Roll fuchsia [virtio] Migrate virtio-socket driver to DFv2

Migrate the virtio-socket driver from DFv1 to DFv2.
- Refactor SocketDevice to remove ddk::Device inheritance.
- Implement SocketDriver inheriting from fdf::DriverBase.
- Replace legacy io_buffer_t with dma_buffer::ContiguousBuffer.
- Migrate logging to fdf::logger with std::format style.
- Update BUILD.gn and CML manifest.

Original-Bug: 500358249
Test: virtio-socket-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1567834
Original-Revision: 5e519552a4689a9c0f514ad33035e5ff2741056d
GitOrigin-RevId: d40eba0f990eb194676acfa70046b3d61c24e359
Change-Id: I073af0c43a3a2cd900d6e76f246fdebb4bd53838
1 file changed
tree: 4b1149af877aaaaa3605c29dde6ef862832af452
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.