index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
nvme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
block/nvme: Pair doorbell registers
Philippe Mathieu-Daudé
1
-3
/
+6
2020-09-10
block/nvme: Use generic NvmeBar structure
Philippe Mathieu-Daudé
1
-19
/
+1
2020-09-10
block/nvme: Group controller registers in NVMeRegs structure
Philippe Mathieu-Daudé
1
-23
/
+25
2020-09-07
block/nvme: Use an array of EventNotifier
Philippe Mathieu-Daudé
1
-10
/
+21
2020-09-07
block/nvme: Extract nvme_poll_queue()
Philippe Mathieu-Daudé
1
-17
/
+27
2020-09-07
block/nvme: Simplify nvme_create_queue_pair() arguments
Philippe Mathieu-Daudé
1
-6
/
+7
2020-09-07
block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
Philippe Mathieu-Daudé
1
-1
/
+2
2020-09-07
block/nvme: Simplify nvme_init_queue() arguments
Philippe Mathieu-Daudé
1
-4
/
+3
2020-09-07
block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
Philippe Mathieu-Daudé
1
-5
/
+5
2020-09-07
block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
Philippe Mathieu-Daudé
1
-7
/
+9
2020-09-07
block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
Philippe Mathieu-Daudé
1
-16
/
+15
2020-09-07
block/nvme: Rename local variable
Philippe Mathieu-Daudé
1
-10
/
+9
2020-09-07
block/nvme: Use common error path in nvme_add_io_queue()
Philippe Mathieu-Daudé
1
-4
/
+5
2020-09-07
block/nvme: Improve error message when IO queue creation failed
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-07
block/nvme: Define INDEX macros to ease code review
Philippe Mathieu-Daudé
1
-14
/
+19
2020-09-07
block/nvme: Let nvme_create_queue_pair() fail gracefully
Philippe Mathieu-Daudé
1
-2
/
+10
2020-09-07
block/nvme: Avoid further processing if trace event not enabled
Philippe Mathieu-Daudé
1
-0
/
+3
2020-09-07
block/nvme: Replace magic value by SCALE_MS definition
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-02
hw/block/nvme: be consistent about zeros vs zeroes
Klaus Jensen
1
-2
/
+2
2020-09-02
hw/block/nvme: bump spec data structures to v1.3
Klaus Jensen
1
-9
/
+9
2020-06-23
block/nvme: support nested aio_poll()
Stefan Hajnoczi
1
-6
/
+57
2020-06-23
block/nvme: keep BDRVNVMeState pointer in NVMeQueuePair
Stefan Hajnoczi
1
-32
/
+38
2020-06-23
block/nvme: clarify that free_req_queue is protected by q->lock
Stefan Hajnoczi
1
-1
/
+1
2020-06-23
block/nvme: switch to a NVMeRequest freelist
Stefan Hajnoczi
1
-27
/
+54
2020-06-23
block/nvme: don't access CQE after moving cq.head
Stefan Hajnoczi
1
-1
/
+4
2020-06-23
block/nvme: drop tautologous assertion
Stefan Hajnoczi
1
-1
/
+0
2020-06-23
block/nvme: poll queues without q->lock
Stefan Hajnoczi
1
-0
/
+12
2020-05-04
Compress lines for immediate return
Simran Singhal
1
-3
/
+1
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
1
-0
/
+3
2019-10-28
block/nvme: add support for discard
Maxim Levitsky
1
-0
/
+83
2019-10-28
block/nvme: add support for write zeros
Maxim Levitsky
1
-1
/
+71
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
1
-2
/
+4
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-07-30
nvme: Limit blkshift to 12 (for 4 kB blocks)
Max Reitz
1
-11
/
+11
2019-07-22
block/nvme: don't touch the completion entries
Maxim Levitsky
1
-4
/
+1
2019-07-22
block/nvme: support larger that 512 bytes sector devices
Maxim Levitsky
1
-5
/
+40
2019-07-22
block/nvme: fix doorbell stride
Maxim Levitsky
1
-1
/
+1
2019-07-15
nvme: Set number of queues later in nvme_init()
Michal Privoznik
1
-1
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-25
block/nvme: Fix bdrv_refresh_filename()
Max Reitz
1
-14
/
+9
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
1
-8
/
+14
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+8
2019-02-25
block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs struct
Thomas Huth
1
-1
/
+1
2019-02-01
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
1
-0
/
+1
2019-01-09
block/nvme: optimize the performance of nvme driver based on vfio-pci
Li Feng
1
-10
/
+6
2018-10-12
nvme: correct locking around completion
Paolo Bonzini
1
-2
/
+0
2018-08-15
nvme: simplify plug/unplug
Paolo Bonzini
1
-10
/
+10
2018-08-15
nvme: Fix nvme_init error handling
Fam Zheng
1
-25
/
+12
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-2
/
+1
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-1
/
+1
[next]