[roll] Roll fuchsia [kernel][hypervisor] Remove custom hypervisor logging code.

In I19eede663a77ab3dface40d00885056c666baaa4, custom logging code was
added to resolve the kernel panic described in http://fxbug.dev/64352,
where calls to dprintf() when blocking was disabled resulted in an
assert failure.

It looks like the underlying bug was in the debuglog code itself,
described in http://fxbug.dev/64871 and fixed in
Ic3890334a6ad383e655ae66df503e042310fb0e0. As a result, we can remove
the custom logging code and just use dprintf directly.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/552261
Original-Revision: c69530dd11a55a2c9f32fdf2181905629abf384c
GitOrigin-RevId: c82b72a8804ceb6a6e38975fa76491f52eac8475
Change-Id: I95651b43d650f76d668b5e3dc02c7cc318a0fa1c
1 file changed
tree: 59f40cc6ff3e572170143e4fbe6fd3642fa9f4ae
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.