[roll] Roll fuchsia [virtualization] Use llcpp in the gpu controller

To support both async events and sync method calls the gpu controller
was using 2 distinct connections to the gpu. This worked fine with the
c++ implementation, however the rust gpu device will not support
multiple connections in the manor.

Instead we can use the llcpp bindings that allows for this mix and match
of async events and sync method calls.

Original-Bug: 102870
Test: fx test virtio_gpu_unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/699184
Original-Revision: 19cd24bcdbcba76f1bd1bc715d72f7602219e6c5
GitOrigin-RevId: 2f8f4c6746e378ef7bb36203b24d69c09276eeac
Change-Id: I7848a7aace72bbc848961c6835617bab313fab8d
1 file changed
tree: 6dfdcb8d731ecebce53aacac1c673ea7b2422869
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.