[roll] Roll fuchsia [ffx][emu] Add virtio-multitouch-input device.

This adds `virtio-multitouch-input` device to the QEMU command.
Currently we don't have GTK-based GUI enabled so the touch GUI won't
work, but users may inject touch input using QMP commands specified in
https://www.qemu.org/docs/master/interop/qemu-qmp-ref.html.

Test: 1. Run `ffx emu start --engine qemu`
      2. Run `ffx target ssh -- print-input-report descriptor /dev/sys/platform/pt/PCI0/bus/00:02.0/00_02_0/virtio-input`
      Verified the device name is "QEMU Virtio MultiTouch".
Original-Bug: 505275425
Multiply: ffx_emulator_engines_lib_test: 100
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1598810
Original-Revision: 9d20ad649f47df8beb194914c025946d3ba94c20
GitOrigin-RevId: 34d2dbcc57af412077014fcae77529dcf486af96
Change-Id: I58d7463be5da07b5b1d029c0ea10f7796a68ca69
1 file changed
tree: c1d8194074602190b5fd5be564e270aec8d29725
  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.