[roll] Roll fuchsia [virtualization] Add vsock RX support for header only packets

This change adds RX support for control packets to be sent to the guest
(things like Request, Shutdown, CreditUpdate, etc). This uses a MPSC
model where each connection is a producer.

Control packets are sent on the first available RX chain. If there are
no pending control packets, the device will select! on both the control
packet endpoint and the connection socket.

See go/out-of-process-vsock-device for more information.

Original-Bug: 97355

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/687832
Original-Revision: 4ca5197b7c9415242903ee342adaae039bc9acf9
GitOrigin-RevId: fea2556744e9a992133292a2e93a45e7356b70af
Change-Id: I619be767c630d6687d45785cd60e58f2cc5edcd9
1 file changed
tree: c4d2639ae0e112b138404a599b178dcfa243c0a3
  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.