[roll] Roll fuchsia [virtualization][vsock] Remove support for channels

Currently the vsock FIDL interface and C++ implementation provides
support for reading/writing to both sockets and channels.

In practice, the use of channels didn't eventuate, and communication
with guests takes place exclusively with sockets.

Remove support for channels, collapsing the VirtioVsock::Connection
inheritance hierarchy into a single class, simplifying the vsock
implementation.

Multiply: virtualization-core-tests, vmm_unittests
Original-Bug: fxbug.dev/85702

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/588603
Original-Revision: 086b0f43ca52727fb3a6ce5633f82ec60a39e787
GitOrigin-RevId: bdd804d302c711d7129d2d2e1b712dbc11e1c3de
Change-Id: I0f4e1c04a932925e1c3220be5a754e0a278b7ba0
1 file changed
tree: d39792da7470580403f764bff00113eb8a784954
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.