diff options
author | Keith Busch | 2013-06-04 17:17:10 +0200 |
---|---|---|
committer | Kevin Wolf | 2013-06-17 17:47:59 +0200 |
commit | f3c507adcd7b00a08f2075afb6012f791ba9aec5 (patch) | |
tree | d05c7f30d19c535051b454d733a7675132b6c862 /MAINTAINERS | |
parent | curl: Don't set curl options on the handle just before it's going to be deleted. (diff) | |
download | qemu-f3c507adcd7b00a08f2075afb6012f791ba9aec5.tar.gz qemu-f3c507adcd7b00a08f2075afb6012f791ba9aec5.tar.xz qemu-f3c507adcd7b00a08f2075afb6012f791ba9aec5.zip |
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 <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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3412b07c59..a015f68123 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -609,6 +609,11 @@ S: Supported F: hw/char/virtio-serial-bus.c F: hw/char/virtio-console.c +nvme +M: Keith Busch <keith.busch@intel.com> +S: Supported +F: hw/block/nvme* + Xilinx EDK M: Peter Crosthwaite <peter.crosthwaite@petalogix.com> M: Edgar E. Iglesias <edgar.iglesias@gmail.com> |