aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/nvme.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix I/O queue length calculation overflowMatt DeVillier2018-08-231-2/+2
* nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queuesFilippo Sironi2017-10-141-2/+8
* nvme: fix out of memory behaviorJulian Stecklina2017-10-061-36/+111
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* nvme: Enable NVMe support for non-qemu hardwareYouness Alaoui2017-06-121-2/+1
* NVMe: Allow NVMe to be enabled on real hardwareKevin O'Connor2017-05-101-1/+1
* nvme: fix copy-paste mistake in commentDaniel Verkamp2017-03-021-1/+1
* nvme: fix extraction of status code bitsDaniel Verkamp2017-03-021-1/+1
* nvme: fix reversed loop condition in cmd_readwriteDaniel Verkamp2017-03-021-1/+1
* nvme: extend command timeout to 5 secondsDaniel Verkamp2017-03-021-1/+1
* nvme: support NVMe 1.0 controllersDaniel Verkamp2017-03-021-33/+6
* block: add NVMe boot supportJulian Stecklina2017-02-201-0/+655