[roll] Roll fuchsia [virtio-guest] Rework VirtIO ABI to match C++ style guide.

The current ABI definition used by the virtio display driver is a strict
subset of the VirtIO definitions, which are provided in C.

This CL reimplements the ABI definition to match the readability
standards that we've set for our register definitions. This is the
relevant bar, because the ABI is our interface with the virtualized
hardware, similarly to how the registers are our interface with
(usually) physical hardware.

Test: fx test virtio-gpu-test
Test: fx qemu --virtio -g -N -q /usr/bin
Test: fx shell display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/848358
Original-Revision: 66292531144ff44c89a630b7acac8f45888ba77c
GitOrigin-RevId: b6ac4554f1daa7c486191f5ab6693578de0d111c
Change-Id: I5cf6c9daf6402f04d7b6191fa787bcba07a27a9a
1 file changed
tree: 831eac5706d24381b70c22300d1b424c5f928f62
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.