[roll] Roll fuchsia [virtio-guest] Rename device operation methods to match style guide.

The Gpu methods that map to virtio-gpu device operations currently use
snake_case. This goes against the C++ style guide.

This CL switches to CamelCase method names, adds minimal documentation
that references the relevant virtio spec sections, and amends unclear
names.

Original-Bug: b/42182631
Test: Booted core.qemu-x64 using ffx emu start --engine qemu
Test: ffx target ssh display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988400
Original-Revision: 0923c350e1b548e7fe907ead26debeaea5ec54c7
GitOrigin-RevId: 47657aded77edc655439cd3be97531005871cc58
Change-Id: Id0290deccee15d2fde928b3687065a8ca45052ad
1 file changed
tree: f27dad089fa549b00f400c7de7945bfbb7a6d466
  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.