summaryrefslogtreecommitdiff
path: root/hw/block/nvme.c
AgeCommit message (Expand)AuthorFilesLines
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