]> www.infradead.org Git - users/hch/nvme-cli.git/commit
nvme-cli: Implement list command that doesn't rely on libudev
authorScott Bauer <scott.bauer@intel.com>
Mon, 22 Aug 2016 23:19:24 +0000 (17:19 -0600)
committerScott Bauer <scott.bauer@intel.com>
Tue, 23 Aug 2016 16:22:49 +0000 (10:22 -0600)
commit91b1896799f8b9bfd7ab59e8bb298712d5b248e0
treea2c9edc957fae65c780174d0aaaabfa5d3b49abc
parent7eb44bb2421eb864d0634cca16ea3f6071fc456d
nvme-cli: Implement list command that doesn't rely on libudev

The previous list command required libudev. We can accomplish the same
thing with standard functions. Libudev is still required for some code
in fabrics.c, but the depencency has been removed from nvme.c.

Signed-off-by: Scott Bauer <scott.bauer@intel.com>
Documentation/nvme-list.1
Documentation/nvme-list.html
Documentation/nvme-list.txt
README.md
nvme.c