[roll] Roll fuchsia [kernel][phys] Use ArchPanicReset() in test mains

This change brings the QEMU and devicetree test mains into line with the
ZBI and EFI ones. Previously we would just call `abort()` there, but
better to call `ArchPanicReset()` for a nicer shutdown.
(`ArchPanicReset` was not around at the time the qemu test main was
written, and the devicetree test main may have cargo-culted its
`abort()`.)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266120
Original-Revision: d4a1e2307dffa042e54712c35a27aa319b4b6cb0
GitOrigin-RevId: ea86cf5f49750755d6d9e2391b7025af8ac13fe7
Change-Id: Iefc94ddccb2c9d8b11e9eb600b741b9b2ae18782
1 file changed
tree: 4ff11b5c92c69f9aacb4d3169d72583445a72d7f
  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.