[roll] Roll fuchsia [virtualization] Add the virtio-net device skeleton

This CL adds the boilerplate for the Rust virtio-net device,
specifically defining the FFI and adding a safe wrapper for it.

All netstack interface logic will remain in C++, and all virtio-device
interface logic will be in Rust using our team's bindings.

Original-Bug: 95485
Tested:
Used a temporary unit test to check our FFI bindings. A follow-up CL
will scrap that and provide a mock interface for actual device unit
testing instead.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/739923
Original-Revision: 0ede08a8655cdddee7e4f12c7f4a4f90f55af723
GitOrigin-RevId: 435f22f8bf08c9a90cb71e996508a6d9991153fb
Change-Id: I55fa8b1e6c21256e76e403c85bc7f8ebcf66cde9
1 file changed
tree: 6522b92374a13c9f2c92d33a123fb1a0cc61521c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.