]> Git Repo - qemu.git/commit
NVMe: Initial commit for new storage interface
authorKeith Busch <[email protected]>
Tue, 4 Jun 2013 15:17:10 +0000 (09:17 -0600)
committerKevin Wolf <[email protected]>
Mon, 17 Jun 2013 15:47:59 +0000 (17:47 +0200)
commitf3c507adcd7b00a08f2075afb6012f791ba9aec5
treed05c7f30d19c535051b454d733a7675132b6c862
parent8da1aa15db2f55c42bdcea95e27b1a190d2be754
NVMe: Initial commit for new storage interface

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 <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
MAINTAINERS
default-configs/pci.mak
hw/block/Makefile.objs
hw/block/nvme.c [new file with mode: 0644]
hw/block/nvme.h [new file with mode: 0644]
include/hw/pci/pci_ids.h
This page took 0.02693 seconds and 4 git commands to generate.