[roll] Roll fuchsia [ffx][emu][pbm] Reland: Add multiple virtual device specs

Justification for reland: we will ensure that lsc
presubmits pass before landing this

This CL is addressing the issue of needing to have a more
resource constrained virtual device specification for running the
emulator on lower end machines and VMs.

There is room for improvement on the structure, naming and flexibility,
but this CL does the following:

1. Demonstrate how to add an additional virtual device spec to the PBM.
   This unfortunately is still the same for all products, but should be
   an improvement over the single definition.
2. Updates `ffx emu` with a `--device` option to select the virtual
   device spec to use. A value of `list` will list the available names.
   If not specified, it uses the first device in the list.

Usage:
`--device list` will list the available devices:

```
$ ffx emu start
file:///usr/local/google/home/wilkinsonclay/tq/fuchsia/out/default/gen/build/images/*.json#workstation.qemu-x64 \
--device list
Valid virtual device specifications are: ["qemu-x64-emu-min",
"qemu-x64-emu-recommended"]
```

Then run the emulator:

ffx emu start workstation.qemu-x64 --device qemu-x64-emu-min --headless
--engine qemu

Original-Bug: 101702
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/723123
Original-Revision: e211f9db4557581e7dd7ae7f42ca2db8abd025a6
GitOrigin-RevId: 40a4d77fb2e5fceb46e06971702561432ba548d4
Change-Id: I3d4a6c0f6164f69c05d33c9d194275954ddd9e58
1 file changed
tree: eb3bcd17c94cd7e60eb9366b01c8e1814cedd6f8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.