[roll] Roll fuchsia [core-tests] Refactor Vmo to remove base_, non-const vmo(), and more Vmo has both base_ and base_addr_. One is a pointer, the other uintptr_t. Simplify the code by removing base_ and casting the base_addr_ whenever we need to load from memory. Use a Replace method on Vmo instead of the non-const vmo accessor and set_base_addr function. Make Vmo::CheckVmar and Vmo::CheckVmo methods const. No functional change. Original-Bug: 129315 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/874979 Original-Revision: 7340b9f9eb4286d7dfe00baf17e6e3749ba06c75 GitOrigin-RevId: 193dc784645a8a4f86f8dc35beacd1103da57c1a Change-Id: Id0b795e500ec26ba39632fba0d4316524c4392bd
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.