[roll] Roll fuchsia [virtualization][guest_manager] add types to guest config json

Update guest config generation and parsing to use json bool and number
types where appropriate, rather than encoding all fields as
strings. This simplifies parsing and provides additional validation.

Note: Old guest configs will no longer work.

Original-Bug: 115695
Tested: Launched Zircon/Debian/Termina on a NUC, confirmed config values
via `guest list <guest_type>`

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/775842
Original-Revision: dfcd386509c9440a70df7e0324017c8e39269723
GitOrigin-RevId: d74a14e5fb8b9d6eb0b55ff10f6ff293f2bf8865
Change-Id: Ibebf8d925ecccb8398379dbf1c4a6d7b3b13b108
1 file changed
tree: b53e8c81ac5f56dc55d41501566af09f357f4a87
  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.