[roll] Roll fuchsia [kernel][arch] Clarify CPUID I/O contract(s)

This change clarifies and formalizes what a "CPUID value type" is, which
is also precisely the type expected as template parameters to
arch::BootCpuidIo and arch::FakeCpuidIo. We also introduce a convenience
type for defining parametrized CPUID value types (not possible with
`arch::CpuidValueBase` today).

Original-Bug: 61093
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/464635
Original-Revision: 648e658140d5f9c77d20533217d4958ed5e94abc
GitOrigin-RevId: 5dc3dc3ac088518ced7e96cb3918aaea9aee9e5c
Change-Id: Ia53ebe973c903eacbef70ecb0a83022436a3a7f7
1 file changed
tree: 71e3de41cf41134b27ef58349d5d04e47fb36c42
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.