[roll] Roll fuchsia [rfc] Update RFC-0123.

Update the proposed performance info API to replace the combined get/set
operation of `zx_system_get_set_performance_info` with a set-only
operation, `zx_system_set_performance_info`. The get/set operation was
based on assumptions regarding failure-handling that turned out to be
inaccurate.

Additionally, all instances of `integer_part` are replaced with
`integral_part`, resolving an inconsistency.

Original-Fixed: 84730
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/585541
Original-Revision: e6f5845361c7cfc9240fca0cda3c737f97149a9a
GitOrigin-RevId: 8652fd258d099215c53bf0953fec1133eab2d1ae
Change-Id: Ied9605465887c55808e757c92b03cd90602fd21e
1 file changed
tree: c64617ee93043ff6b548b73643259354a7dbdad2
  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.