+5
−0
+1
−0
+1
−0
hw/block/nvme.c
0 → 100644
+885
−0
File added.
Preview size limit exceeded, changes collapsed.
hw/block/nvme.h
0 → 100644
+711
−0
Loading
Initial commit for emulated Non-Volatile-Memory Express (NVMe) pci storage device. NVMe is an open, industry driven storage specification defining an optimized register and command set designed to deliver the full capabilities of non-volatile memory on PCIe SSDs. Further information may be found on the organizations website at: http://www.nvmexpress.org/ This commit implements the minimum from the specification to work with existing drivers. Cc: Keith Busch <keith.busch@gmail.com> Signed-off-by:Keith Busch <keith.busch@intel.com> Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
File added.
Preview size limit exceeded, changes collapsed.