mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-10 10:59:28 -07:00
hw/nvme: fix example serial in documentation
The serial prop on the controller is actually describing the nvme
subsystem serial, which has to be identical for all controllers within
the same nvme subsystem.
This is enforced since commit a859eb9f8f ("hw/nvme: enforce common
serial per subsystem").
Fix the documentation, so that people copying the qemu command line
example won't get an error on qemu start.
Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
This commit is contained in:
parent
387350d5f4
commit
146b5fa505
1 changed files with 2 additions and 2 deletions
|
|
@ -104,8 +104,8 @@ multipath I/O.
|
|||
.. code-block:: console
|
||||
|
||||
-device nvme-subsys,id=nvme-subsys-0,nqn=subsys0
|
||||
-device nvme,serial=a,subsys=nvme-subsys-0
|
||||
-device nvme,serial=b,subsys=nvme-subsys-0
|
||||
-device nvme,serial=deadbeef,subsys=nvme-subsys-0
|
||||
-device nvme,serial=deadbeef,subsys=nvme-subsys-0
|
||||
|
||||
This will create an NVM subsystem with two controllers. Having controllers
|
||||
linked to an ``nvme-subsys`` device allows additional ``nvme-ns`` parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue