[roll] Roll fuchsia [virtualization] Use structured config in termina_guest_manager

There are a number of configuration options to the termina_guest_manager
that are augmented by setting preprocessor symbols and recompiling the
target sources. This is difficult to test since code may be #ifdef'd out
and won't always compile.

This CL introduces some structured configuration[1] to
termina_guest_manager so that we can still control behavior using GN
args, but we also remove the need to #ifdef code. Additionally
structured configurations are much easier to change within test
contexts.

This CL also removes the vestegial support for using a prebuilt stateful
partition. This was useful when network support was not reliable enough
to bootstrap the container but hasn't been used in recent months.

Original-Bug: 107399
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714871
Original-Revision: cc8d451d3031b7297bee97068286998aa73db7cd
GitOrigin-RevId: f38bdb71f5ad8c2771e3c0a87f2e0cab3ae4cc00
Change-Id: I74676af4a9c523229b7ddab8e240aa0da72636ee
1 file changed
tree: d56a6524d897e491440f17e3aed868d6ced39329
  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.