[roll] Roll fuchsia [ffx] Refactor engine code to reflect dependencies

The Fuchsia emulator launcher supports two engines, "qemu" and "femu",
which are both based on different versions of the Qemu emulation system.
As such, they share a significant amount of code, but they have a few
differences which require separate implementations. Previously, the
majority of the shared code lived in the engines/qemu/ directory, along
with the leaf of the "qemu" implementation, while the "femu" leaf was
in engines/femu and had a dependency on its peer directory.

This CL shifts the files within the directory structure to better
reflect how the files work together. The root is now engines/qemu_based,
and it contains the shared code as mod.rs as well as subdirectories for
qemu and femu which contain their respective leaf implementations. This
has no functional impact on the program, but should make it easier to
find the implementations for folks new to the project.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702030
Original-Revision: a6275107bb4302c715364662f41bab2605369ec1
GitOrigin-RevId: d634a77a585b16a7eb3dd72316d516cd1adbcd1b
Change-Id: I64a11f9e39ad81a7f7739f0e14702ecf4c6c1dab
1 file changed
tree: 9301fc60b0ad19f2a4f2e6fc8ea2828c8aa15c77
  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.