summaryrefslogtreecommitdiff
path: root/hw/block/nvme.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-24nvme: do not advertise support for unsupported arbitration mechanismKlaus Birkelund Jensen
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke
2019-05-20nvme: fix copy direction in DMA reads going to CMBKlaus Birkelund Jensen
2019-03-12nvme: fix write zeroes offset and countKeith Busch
2019-01-31nvme: use pci_dev directly in nvme_realizeLi Qiang
2019-01-31nvme: ensure the num_queues is not zeroLi Qiang
2019-01-31nvme: use TYPE_NVME instead of constant stringLi Qiang
2018-11-27nvme: Fix spurious interruptsKeith Busch
2018-11-22nvme: fix bug with PCI IRQ pins on teardownLogan Gunthorpe
2018-11-22nvme: fix CMB endianness confusionPaolo Bonzini
2018-11-22Revert "nvme: fix oob access issue(CVE-2018-16847)"Kevin Wolf
2018-11-22nvme: fix out-of-bounds access to the CMBPaolo Bonzini
2018-11-22nvme: call blk_drain in NVMe reset code to avoid lockupsIgor Druzhinin
2018-11-19nvme: fix oob access issue(CVE-2018-16847)Li Qiang
2018-11-12nvme: free cmbuf in nvme_exitLi Qiang
2018-11-12nvme: don't unref ctrl_mem when device unrealizedLi Qiang
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-07-02hw/block: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-29hw/block/nvme: add optional parameter num_queues for nvme deviceWeiping Zhang
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-01hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-01-23hw/block: Fix pin-based interrupt behaviour of NVMeHikaru Nishida
2017-12-22nvme: Add tracingDoug Gale
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi
2017-12-19hw/block/nvme: Convert to realizeMao Zhongyi
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-08-29nvme: Fix get/set number of queues feature, againDan Aloni
2017-06-26nvme: Add support for Read Data and Write Data in CMBs.Stephen Bates
2017-05-26nvme: Add support for Controller Memory BuffersStephen Bates
2017-05-11nvme: Implement Write ZeroesChristoph Hellwig
2017-02-28hw/block: Request permissionsKevin Wolf
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2016-10-28hw/block/nvme: Simplify if-statements a little bitThomas Huth
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-08-05nvme: bump PCI revisionChristoph Hellwig
2016-08-05nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-02nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek
2016-01-20block: Clean up includesPeter Maydell
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell