diff options
author | Klaus Jensen <k.jensen@samsung.com> | 2021-04-08 11:11:02 +0200 |
---|---|---|
committer | Klaus Jensen <k.jensen@samsung.com> | 2021-04-12 07:05:31 +0200 |
commit | a3d9f3a9629bfb22864e83e73f047cd62e9ba283 (patch) | |
tree | 7524ad912ba8e95e7698732a9ab26771dbfc3e4a /docs/specs | |
parent | 555249a59e9cdd6b58da103aba5cf3a2d45c899f (diff) | |
download | qemu-a3d9f3a9629bfb22864e83e73f047cd62e9ba283.zip qemu-a3d9f3a9629bfb22864e83e73f047cd62e9ba283.tar.gz qemu-a3d9f3a9629bfb22864e83e73f047cd62e9ba283.tar.bz2 |
docs: add nvme emulation documentation
Remove the docs/specs/nvme.txt and replace it with proper documentation
in docs/system/nvme.rst.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/nvme.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/specs/nvme.txt b/docs/specs/nvme.txt deleted file mode 100644 index 56d3938..0000000 --- a/docs/specs/nvme.txt +++ /dev/null @@ -1,23 +0,0 @@ -NVM Express Controller -====================== - -The nvme device (-device nvme) emulates an NVM Express Controller. - - -Reference Specifications ------------------------- - -The device currently implements most mandatory features of NVMe v1.3d, see - - https://nvmexpress.org/resources/specifications/ - -for the specification. - - -Known issues ------------- - -* The accounting numbers in the SMART/Health are reset across power cycles - -* Interrupt Coalescing is not supported and is disabled by default in volation - of the specification. |