summaryrefslogtreecommitdiff
path: root/hw/block/nvme.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2018-01-23hw/block: Fix pin-based interrupt behaviour of NVMeHikaru Nishida1-5/+34
2017-12-22nvme: Add tracingDoug Gale1-52/+297
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi1-5/+2
2017-12-19hw/block/nvme: Convert to realizeMao Zhongyi1-8/+10
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-08-29nvme: Fix get/set number of queues feature, againDan Aloni1-2/+2
2017-06-26nvme: Add support for Read Data and Write Data in CMBs.Stephen Bates1-26/+57
2017-05-26nvme: Add support for Controller Memory BuffersStephen Bates1-4/+71
2017-05-11nvme: Implement Write ZeroesChristoph Hellwig1-0/+26
2017-02-28hw/block: Request permissionsKevin Wolf1-1/+7
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-1/+1
2016-10-28hw/block/nvme: Simplify if-statements a little bitThomas Huth1-2/+2
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland1-2/+4
2016-08-05nvme: bump PCI revisionChristoph Hellwig1-1/+1
2016-08-05nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig1-7/+52
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf1-0/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-4/+4
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini1-3/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-02nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek1-36/+4
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia1-3/+8
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell1-1/+1
2015-07-14nvme: properly report volatile write cachesChristoph Hellwig1-5/+14
2015-07-14nvme: implement the Flush commandChristoph Hellwig1-3/+16
2015-06-23nvme: Fix memleak in nvme_dma_read_prpLu Lina1-0/+1
2015-05-22nvme: support NVME_VOLATILE_WRITE_CACHE featureChristoph Hellwig1-0/+3
2015-04-30Enable NVMe start controller for Windows guest.Daniel Stekloff1-0/+7
2015-03-27nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Stefan Weil1-1/+1
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova1-0/+1
2015-01-13NVMe: Set correct VS Value for 1.1 Compliant ControllersAnubhav Rakshit1-1/+1
2015-01-13nvme: Fix get/set number of queues featureAlex Friedman1-2/+4
2014-12-10nvme: 64kB page size fixesAnton Blanchard1-0/+1
2014-11-17nvme: remove superfluous checkGonglei1-2/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-9/+10
2014-10-15nvma: ide: add bootindex to qom propertyGonglei1-0/+44
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-1/+1
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-1/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster1-4/+4
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2014-03-31nvme: Permit zero-length block devicesAndreas Färber1-2/+2
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-10/+10
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+1
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch1-0/+885