[roll] Roll fuchsia [starnix] Add SuspendContainer call

This adds a SuspendContainer call to fuchsia.starnix.runner.Manager.
The Starnix kernel will use this to instruct the runner to suspend the
kernel's container.

The Suspend call is left in place to avoid disrupting existing clients,
but will eventually be entirely replaced by SuspendContainer.

This change also `use`s the Manager protocol in the Starnix kernel. The
protocol was already routed to the kernel, it just wasn't used.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1109232
Original-Revision: d9ab3a369b00450c2e4fbdd416d0b55b7c48acee
GitOrigin-RevId: 481f119ea55cf64674840703b926c8d6d5ecf625
Change-Id: I7e2e82e4e2920a802a38101841dd9cfb6a8d0363
1 file changed
tree: a9d9b6d4c34d7147d1a9d0593388719ecc6ae892
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.