[roll] Roll fuchsia [goldfish][pipe_io] Use zxlogf() macro defined in the Driver Framework
migration utils library.

The goldfish pipe_io library provides helpers classes for goldfish-*
drivers to read and write contents to the pipe. Currently, the library
is depended on by the goldfish-sensor and goldfish-display drivers.

The library uses the DDK zxlogf() macro to print logs, which is
not compatible with the Driver Framework v2.

To make it easier for DFv2 migration of goldfish drivers, this change
replaces the DDK-defined zxlogf() macro with the one defined by the
driver-framework-migration-utils library, which can be linked against
a DFv1 or DFv2 implementation.

Test: no-op expected.
Test: virtcon and vkcube-on-fb work on FEMU (ffx emu start) on core.x64.
Original-Bug: 335325419
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1030192
Original-Revision: e9201abcb369f16d7db93fc76e6c63bb4eecb179
GitOrigin-RevId: 8fb211bb4b42cfd6ed98844f6a9af46afde5e433
Change-Id: I96fcb3d8069fb3595182e922f039e5b18888d835
1 file changed
tree: 5f3d6dcc21bac76ed847a550cdf199487d501dac
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.