summaryrefslogtreecommitdiffstats
path: root/block/nvme.c
Commit message (Expand)AuthorAgeFilesLines
* block/nvme: Fix bdrv_refresh_filename()Max Reitz2019-02-251-14/+9Star
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-8/+14
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+8
* block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth2019-02-251-1/+1
* block: Fix hangs in synchronous APIs with iothreadsKevin Wolf2019-02-011-0/+1
* block/nvme: optimize the performance of nvme driver based on vfio-pciLi Feng2019-01-091-10/+6Star
* nvme: correct locking around completionPaolo Bonzini2018-10-121-2/+0Star
* nvme: simplify plug/unplugPaolo Bonzini2018-08-151-10/+10
* nvme: Fix nvme_init error handlingFam Zheng2018-08-151-25/+12Star
* qobject: Modify qobject_ref() to return objMarc-André Lureau2018-05-041-2/+1Star
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* qdict: remove useless castLaurent Vivier2018-03-271-6/+5Star
* nvme: Drop pointless .bdrv_co_get_block_status()Eric Blake2018-03-021-14/+0Star
* block/nvme: fix Coverity reportsPaolo Bonzini2018-03-011-3/+7
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* block: Move NVMe constants to a separate headerFam Zheng2018-02-081-6/+1Star
* block/nvme: Implement .bdrv_(un)register_bufFam Zheng2018-02-081-0/+24
* block: Add VFIO based NVMe driverFam Zheng2018-02-081-0/+1182