[roll] Roll fuchsia [kernel][phys] Factor out HandoffPrep::InKernelImage method

While NewInKernelImage is used for replacing uninitialized kernel
globals with new constructions, InKernelImage will be used for
just directly accessing already-constructed (i.e. constinit)
values from the kernel (as ZirconAbiSpec is used, but beyond it).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1415714
Original-Revision: 688cdf21fe78889334120e09cb212a8a35c06fba
GitOrigin-RevId: af21cffe5ca1b6dcd72357b24c98c54b77a4222e
Change-Id: Ic81148d8e491546c8b93016127b6d0832ba94785
1 file changed
tree: f8b72799e267ccfddca96b0ed37c0de1112b2fd8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.