[roll] Roll fuchsia [hypervisor] Update syscall headers

Restructure headers in preparation for further additions. Changes to the
hypervisor structures is safe due to the usage of the hypervisor being
limited to the fuchsia stem repository.

Additionally, this fixes the incorrectly sized zx_packet_type_t
constants. The field is 32-bit, so the constants should be sized to
match.

Original-Bug: 95763
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/694124
Original-Revision: 8d7c039e6ec5a76ae3c64dbc56f184a27fae5af8
GitOrigin-RevId: 98491df5001dd8a419cb9513f8f65dd5beaf044b
Change-Id: I1a463e59b19bf97e532f1e1041bc691e1554eaee
1 file changed
tree: 0e82d7b8249956d9c39f73644366e0669a810705
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.