[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
1 file changed
tree: 6713bd8cdbde8c1c79b6658fc4c7fd32fc426eef
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.