index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
nvme.c
Age
Commit message (
Expand
)
Author
2019-02-25
block/nvme: Fix bdrv_refresh_filename()
Max Reitz
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs struct
Thomas Huth
2019-02-01
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
2019-01-09
block/nvme: optimize the performance of nvme driver based on vfio-pci
Li Feng
2018-10-12
nvme: correct locking around completion
Paolo Bonzini
2018-08-15
nvme: simplify plug/unplug
Paolo Bonzini
2018-08-15
nvme: Fix nvme_init error handling
Fam Zheng
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-27
qdict: remove useless cast
Laurent Vivier
2018-03-02
nvme: Drop pointless .bdrv_co_get_block_status()
Eric Blake
2018-03-01
block/nvme: fix Coverity reports
Paolo Bonzini
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-08
block: Move NVMe constants to a separate header
Fam Zheng
2018-02-08
block/nvme: Implement .bdrv_(un)register_buf
Fam Zheng
2018-02-08
block: Add VFIO based NVMe driver
Fam Zheng