hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable
[qemu/ar7.git] / docs / specs / nvme.txt
blob56d393884e7a1407d4656fc8cc34898986c5fa36
1 NVM Express Controller
2 ======================
4 The nvme device (-device nvme) emulates an NVM Express Controller.
7 Reference Specifications
8 ------------------------
10 The device currently implements most mandatory features of NVMe v1.3d, see
12   https://nvmexpress.org/resources/specifications/
14 for the specification.
17 Known issues
18 ------------
20 * The accounting numbers in the SMART/Health are reset across power cycles
22 * Interrupt Coalescing is not supported and is disabled by default in volation
23   of the specification.