[roll] Roll fuchsia [virtualization] Add request watchdog for virtio-block

This CL introduces a `RequestWatchdog` class, which allows requests to
be tracked and a warning printed to the syslog if any request takes
longer than a predefined time to complete.

We use RequestWatchdog in virtio-block to warn if any requests from the
guest become stuck, which may be a cause of the symptoms seen in
http://fxbug.dev/86514.

Multiply: virtualization-core-tests, virtualization-block-tests
Original-Bug: 86514
Original-Bug: 87089

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/594709
Original-Revision: ab5d772e8de0c178090429eb45c2d17bc2cc0b49
GitOrigin-RevId: eb0889abefac2d3ef068be2d84e91b7d70770b65
Change-Id: I328fac68f4c068bcd7be6fd7c72dcd6812e9892d
1 file changed
tree: 2b201f2a2bbf28480016560078434250a315bc0a
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.