diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-06-14 22:19:00 +0200 |
---|---|---|
committer | Klaus Jensen <k.jensen@samsung.com> | 2021-06-29 07:16:25 +0200 |
commit | 6870cfb8140d8cf545a464b1e21521fdbeeb3417 (patch) | |
tree | 3f5ee2486ff1cf190c5020b2976bbccc71f55095 /docs | |
parent | 3553c48fcb6c8469d41de6410b01298d5f9d975e (diff) | |
download | qemu-6870cfb8140d8cf545a464b1e21521fdbeeb3417.zip |
hw/nvme: namespace parameter for EUI-64
The EUI-64 field is the only identifier for NVMe namespaces in UEFI device
paths. Add a new namespace property "eui64", that provides the user the
option to specify the EUI-64.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/nvme.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/system/nvme.rst b/docs/system/nvme.rst index f7f63d6bf6..b5f8288d7c 100644 --- a/docs/system/nvme.rst +++ b/docs/system/nvme.rst @@ -81,6 +81,10 @@ There are a number of parameters available: Set the UUID of the namespace. This will be reported as a "Namespace UUID" descriptor in the Namespace Identification Descriptor List. +``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. + ``bus`` If there are more ``nvme`` devices defined, this parameter may be used to attach the namespace to a specific ``nvme`` device (identified by an ``id`` |