diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-06-14 22:19:01 +0200 |
---|---|---|
committer | Klaus Jensen <k.jensen@samsung.com> | 2021-06-29 07:16:25 +0200 |
commit | 3276dde4f262588f3645f2adbc84d07cb6981d3e (patch) | |
tree | e8be7e48a8c35919e435d102d29dc91e6b257234 /docs/system | |
parent | 6870cfb8140d8cf545a464b1e21521fdbeeb3417 (diff) |
hw/nvme: default for namespace EUI-64
On machines with version > 6.0 replace a missing EUI-64 by a generated
value.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/nvme.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/system/nvme.rst b/docs/system/nvme.rst index b5f8288d7c..33a15c7dbc 100644 --- a/docs/system/nvme.rst +++ b/docs/system/nvme.rst @@ -84,6 +84,8 @@ There are a number of parameters available: ``eui64`` Set the EUI-64 of the namespace. This will be reported as a "IEEE Extended Unique Identifier" descriptor in the Namespace Identification Descriptor List. + Since machine type 6.1 a non-zero default value is used if the parameter + is not provided. For earlier machine types the field defaults to 0. ``bus`` If there are more ``nvme`` devices defined, this parameter may be used to |