[roll] Roll fuchsia [virtualization] Update --memory to take one value

This changes --memory to take a single integer value, which will be
treated as the size of the guest memory required.

This also uses a new field in the guest config, guest_memory, but
briefly uses guest_memory to populate the old memory specification
during the deprecation.

See go/large-fuchsia-vms for more information.

Original-Bug: 94972

Tested:
fx shell guest launch debian_guest --default-net=false

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/657062
Original-Revision: 7f199e792b32939f559d7f94037c1386af431782
GitOrigin-RevId: ba7c0f4ea9e7b16cc063aeead1b1e3b1580f6db9
Change-Id: Ied0c15f52536f2ad6bfa697228e4f3e2dde4352f
1 file changed
tree: 87c4ea4408188368a9b5e4794fa5a431102bc2e9
  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.