[roll] Roll fuchsia [kernel][hypervisor] Add workaround for libcxx atomic_ref<T>

Essentially libcxx does not support const/volatile qualified
atomic_ref<T>. This was identified as a LWG issue, and a proposal to
correct this has been issued. At some point in the future, it might be
fixed.

Original-Bug: 355287217
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089248
Original-Revision: d79bc414097bf94d1d4e41f39db6739b3d4c8557
GitOrigin-RevId: 1d3a7598b60c67fce508e974fc4fa2b936e5fef6
Change-Id: Ib9e2dbe56b3798812b1d2cff185b20f154a119e1
1 file changed
tree: de83a6425ba0e88b054825365b4bea02ca11f1b9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.