[roll] Roll fuchsia [virtualization] Update GuestVsockAcceptor to take a socket

The vsock device only supports sockets anyway, not channels. This only
updates the existing C++ device and unit test enough so that they
compile (the test still converts sockets to handles in some places),
since both are being deprecated.

We'll do the same for HostVsockConnector in a separate CL.

Original-Bug: 97355
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/676666
Original-Revision: 1d79e7d916b735a86556eef74d38485c4387e95f
GitOrigin-RevId: 0698d835cb51ddf5445d8831e6aa70fc119d1e3b
Change-Id: I70a8c0f267c0afa6ac6f603f22f293ee4d1cfb1c
1 file changed
tree: 95a660e078c65dd72c66b678126453ec36d93d71
  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
  12. 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.