[roll] Roll fuchsia [virtualization][vsock] Make ConnectionKey public

Move ConnectionKey out of the VirtioVsock class, and make it public.

Upcoming changes will want to communicate ConnectionKey information
to and from individual Connection objects so that they are able to
fill in packets themselves. This CL moves out the class in prepration.

We additionally add a `remote_cid` field to the key. This isn't strictly
necessary for VirtioVsock's current uses of the key (as all tracked
connections have the same remote_cid), but simplifies passing the
key between class instances.

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

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/587962
Original-Revision: cd3c3c0e0950eb1ce344686135ca192a3615a7b2
GitOrigin-RevId: 39e80a28904ed404e8cce373c812b249265e2227
Change-Id: If600c67e6c1aeead50991fac0e132d23866e861c
1 file changed
tree: 9ea045d387a3ab3f155b85185c0ab251e67f4f33
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.