[roll] Roll fuchsia [ffx-emu] Implement screenshot for QEMU

Implement the EmulatorEngine::screenshot interface for the QEMU engine.

QEMU connects via QMP and saves the screendump output directly to the
target path. The output is saved in the emulator's default PPM format
to keep the implementation minimal and avoid extra dependencies.

Original-Bug: 492401744

Test: fx test ffx_emulator_engines_lib_test
Test: Manually verified screenshot output on QEMU using:
      'ffx emu screenshot --output capture.ppm'
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1599448
Original-Revision: 986529f0fb7ba8f472af68373482c257f77a1e8a
GitOrigin-RevId: 9801db18a3457fd6dc909e302860140a4e9d5253
Change-Id: Iea6612ea12c89521b422ababb9290c5f35ea416a
1 file changed
tree: 07a0ed838e194137655e547c3587ba61d6564317
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.