aboutsummaryrefslogtreecommitdiff
path: root/block/nvme.c
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-25block/nvme: Fix bdrv_refresh_filename()Max Reitz
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf
2019-01-09block/nvme: optimize the performance of nvme driver based on vfio-pciLi Feng
2018-10-12nvme: correct locking around completionPaolo Bonzini
2018-08-15nvme: simplify plug/unplugPaolo Bonzini
2018-08-15nvme: Fix nvme_init error handlingFam Zheng
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-27qdict: remove useless castLaurent Vivier
2018-03-02nvme: Drop pointless .bdrv_co_get_block_status()Eric Blake
2018-03-01block/nvme: fix Coverity reportsPaolo Bonzini
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-08block: Move NVMe constants to a separate headerFam Zheng
2018-02-08block/nvme: Implement .bdrv_(un)register_bufFam Zheng
2018-02-08block: Add VFIO based NVMe driverFam Zheng