From f3c507adcd7b00a08f2075afb6012f791ba9aec5 Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Tue, 4 Jun 2013 09:17:10 -0600 Subject: 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 Signed-off-by: Keith Busch Reviewed-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') 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 +S: Supported +F: hw/block/nvme* + Xilinx EDK M: Peter Crosthwaite M: Edgar E. Iglesias -- cgit v1.2.1