[roll] Roll fuchsia [virtualization] Add Guest::GetConsole method to FIDL API.

Currently Guest has a single method `GetSerial` which returns a socket
that combines both the low-level UART output typically used for kernel
logs and the higher-level virtio-console input/output typically used to
provide a shell to the guest.

Split the two methods into `GetSerial` (for low-level debug) and
`GetConsole` (for shell access).

Future CLs will migrate guests and clients from using GetSerial to
GetConsole for shell access.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/553943
Original-Revision: aa10d91499794134f3a255333201b05359ccd597
GitOrigin-RevId: b6f75ad119eadd3fbc92f59b6ea3f749aad6cec2
Change-Id: Ia404a52fc640716f7fca8f081d47ecc7b8f022ac
1 file changed
tree: 42b03febf1469c84fb8478345ee9fc17e67ca3e9
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.