]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Add support for get-reg and set-reg commands
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 10 Mar 2024 02:29:41 +0000 (11:29 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 9 Apr 2024 15:23:31 +0000 (17:23 +0200)
commit293e6220e43e2f1051f8140d4f65337c52a0cd3c
tree74ef3d91b8c70db4c7d1187e47d5cff0f16af190
parent5d6fbb4ebadffc98b33bb6b966510b537ca74686
nvme: Add support for get-reg and set-reg commands

The get-reg command is to output register(s), it's possible to show
several registers when register name are used as command line option.

The set-reg command is to write nvme register(s). Again, the command is
able to set several registers when the register name are used.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
Documentation/nvme-get-reg.txt [new file with mode: 0644]
Documentation/nvme-set-reg.txt [new file with mode: 0644]
common.h
completions/_nvme
completions/bash-nvme-completion.sh
nvme-builtin.h
nvme.c
nvme.h