[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.