[roll] Roll fuchsia [kernel][hypervisor] Remove Init on InterruptBitmap and GichState. InterruptBitmap and GichState currently have Init methods allowing them to pass down errors returned by `bitmap::RawBitmapGeneric::Reset()`. However, the instances of these bitmaps all use static storage, so Reset() cannot fail. This CL moves bitmap initialisation into the InterruptBitmap and GichState constructors, allowing the Init() methods to be removed. This simplifies the interfaces and allows us to remove redundant checks from downstream code. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/552469 Original-Revision: 5ea5a98109258646a7cd954b4755ed368d1e0b70 GitOrigin-RevId: 07306f4c9277c2049fdaf6397a036426da2f307e Change-Id: I1eff5e6c66aaf27df8aebc6bdfb7f5017084f245
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.