Lines Matching full:nvm
10 * `Adding NVMe Devices`_, `additional namespaces`_ and `NVM subsystems`_.
21 The QEMU emulated NVMe controller implements version 1.4 of the NVM Express
34 -drive file=nvm.img,if=none,id=nvm
35 -device nvme,serial=deadbeef,drive=nvm
66 -drive file=nvm-1.img,if=none,id=nvm-1
67 -device nvme-ns,drive=nvm-1
68 -drive file=nvm-2.img,if=none,id=nvm-2
69 -device nvme-ns,drive=nvm-2
102 NVM Subsystems
106 linked to an NVM Subsystem device (``nvme-subsys``).
108 The NVM Subsystem emulation allows features such as shared namespaces and
117 This will create an NVM subsystem with two controllers. Having controllers
136 -drive file=nvm-1.img,if=none,id=nvm-1
137 -device nvme-ns,drive=nvm-1,nsid=1
138 -drive file=nvm-2.img,if=none,id=nvm-2
139 -device nvme-ns,drive=nvm-2,nsid=3,shared=off,detached=on
250 -device nvme-ns,drive=nvm-1,fdp.ruhs=RUHLIST
296 an NVM Subsystem device (``nvme-subsys``) for use with SR-IOV.