mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 f3c507adcd
			
		
	
	
		f3c507adcd
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			33 lines
		
	
	
		
			595 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			595 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CONFIG_PCI=y
 | |
| CONFIG_VIRTIO_PCI=y
 | |
| CONFIG_VIRTIO=y
 | |
| CONFIG_USB_UHCI=y
 | |
| CONFIG_USB_OHCI=y
 | |
| CONFIG_USB_EHCI=y
 | |
| CONFIG_USB_XHCI=y
 | |
| CONFIG_NE2000_PCI=y
 | |
| CONFIG_EEPRO100_PCI=y
 | |
| CONFIG_PCNET_PCI=y
 | |
| CONFIG_PCNET_COMMON=y
 | |
| CONFIG_AC97=y
 | |
| CONFIG_HDA=y
 | |
| CONFIG_ES1370=y
 | |
| CONFIG_LSI_SCSI_PCI=y
 | |
| CONFIG_VMW_PVSCSI_SCSI_PCI=y
 | |
| CONFIG_MEGASAS_SCSI_PCI=y
 | |
| CONFIG_RTL8139_PCI=y
 | |
| CONFIG_E1000_PCI=y
 | |
| CONFIG_VMXNET3_PCI=y
 | |
| CONFIG_IDE_CORE=y
 | |
| CONFIG_IDE_QDEV=y
 | |
| CONFIG_IDE_PCI=y
 | |
| CONFIG_AHCI=y
 | |
| CONFIG_ESP=y
 | |
| CONFIG_ESP_PCI=y
 | |
| CONFIG_SERIAL=y
 | |
| CONFIG_SERIAL_PCI=y
 | |
| CONFIG_IPACK=y
 | |
| CONFIG_WDT_IB6300ESB=y
 | |
| CONFIG_PCI_TESTDEV=y
 | |
| CONFIG_NVME_PCI=y
 |