summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKeith Busch <kbusch@kernel.org>2021-06-29 10:47:52 -0700
committerKlaus Jensen <k.jensen@samsung.com>2021-06-29 20:31:27 +0200
commit176c0a4973d3ca5d46b05d0edb439b154363d29f (patch)
treee3e1c6a2fbffe7e7ccef25b6624e4796ece3d036
parent83d7ed5c570d4c1d5163951b3057cac2ae7da4ff (diff)
downloadfocaccia-qemu-176c0a4973d3ca5d46b05d0edb439b154363d29f.tar.gz
focaccia-qemu-176c0a4973d3ca5d46b05d0edb439b154363d29f.zip
hw/nvme: add 'zoned.zasl' to documentation
Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to '')
-rw-r--r--docs/system/nvme.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/nvme.rst b/docs/system/nvme.rst
index 33a15c7dbc..bff72d1c24 100644
--- a/docs/system/nvme.rst
+++ b/docs/system/nvme.rst
@@ -202,6 +202,12 @@ The namespace may be configured with additional parameters
   allows all zones to be open. If ``zoned.max_active`` is specified, this value
   must be less than or equal to that.
 
+``zoned.zasl=UINT8`` (default: ``0``)
+  Set the maximum data transfer size for the Zone Append command. Like
+  ``mdts``, the value is specified as a power of two (2^n) and is in units of
+  the minimum memory page size (CAP.MPSMIN). The default value (``0``)
+  has this property inherit the ``mdts`` value.
+
 Metadata
 --------