[roll] Roll fuchsia [virtualization][guest] Update handle_* functions to report errors.

The various handle_* functions (such as handle_serial, handle_list, etc)
for most the part don't check status result codes. This may lead to
errors being detected and reported later than expected, causing user
confusion.

Update the functions to be better about checking calls to FIDL functions
for errors and reporting to stderr.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519868
Original-Revision: e7b8ca734ef05799aedf75561674b494a8d315fc
GitOrigin-RevId: f1d7aac6434c6038998e1445237e7449fcebde5f
Change-Id: I8dd654c31d882bd9cf1ea984abe4e4c4d640b181
1 file changed
tree: 63f0d5dd7257aff10ba2fdc11834c2dc1bbbd712
  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.