[roll] Roll fuchsia [nvme-cpp] Set up namespaces.

This CL adds namespace support to the NVMe driver. So far all we do is
identify the available namespaces, figure out their logical block size,
and publish a block device that fails all operations.

Test: lsblk shows device of right size.
Original-Bug: 102133
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695603
Original-Revision: bd1c8b32c4762c944edb2c2b501dbd3c495f8925
GitOrigin-RevId: e1b25d942da48ab1133b3bc5138fd7bcdc005336
Change-Id: I04e1aa8d856ad40b00660fed4bcc1b57ec1f39aa
1 file changed
tree: 1c833b2fedda33888cdb093e82a37ed2cb71c0aa
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.