[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.