[roll] Roll fuchsia [virtio-scsi] Migrate driver to DFv2.

In DFv2, the ScsiDevice class is no longer the driver itself, but
is owned by a separate driver class named ScsiDriver. This change
allows for the correct instantiation of the ScsiDevice class, which
inherits from virtio::Device.

Test: fx test scsi-test
Test: Spun up working GCE instance.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1131493
Original-Revision: a23161d01316a68f3896fb214ecc2fe96a500ae3
GitOrigin-RevId: de8a945aa509965602ab9a2af9b59e131c5305f0
Change-Id: I5c6a8bda7dfd21446b569b28081c4ec670cacff2
1 file changed
tree: a71ca80ec9c9ded26283d1ec95023feb5c9d8fb3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.