[roll] Roll fuchsia [hypervisor][x86] Remove superfluous casts

The correct type (uint16_t) was being returned by the function, it did
not need to be casted to uint16_t.

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