index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
nvme
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
hw/nvme: 64-bit pi support
Naveen Nagar
2022-03-03
6
-85
/
+554
*
hw/nvme: add pi tuple size helper
Klaus Jensen
2022-03-03
3
-14
/
+21
*
hw/nvme: add support for the lbafee hbs feature
Naveen Nagar
2022-03-03
3
-9
/
+41
*
hw/nvme: move format parameter parsing
Klaus Jensen
2022-03-03
1
-13
/
+18
*
hw/nvme: add host behavior support feature
Naveen Nagar
2022-03-03
2
-1
/
+11
*
hw/nvme: move dif/pi prototypes into dif.h
Klaus Jensen
2022-03-03
4
-50
/
+55
*
hw/nvme: add support for zoned random write area
Klaus Jensen
2022-02-14
4
-19
/
+221
*
hw/nvme: add ozcs enum
Klaus Jensen
2022-02-14
1
-1
/
+2
*
hw/nvme: add struct for zone management send
Klaus Jensen
2022-02-14
1
-6
/
+4
*
hw/nvme/ctrl: Pass buffers as 'void *' types
Philippe Mathieu-Daudé
2022-02-14
2
-7
/
+7
*
hw/nvme/ctrl: Have nvme_addr_write() take const buffer
Philippe Mathieu-Daudé
2022-02-14
1
-1
/
+1
*
hw/nvme: fix CVE-2021-3929
Klaus Jensen
2022-02-14
1
-0
/
+22
*
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
2022-01-18
1
-2
/
+2
*
hw/dma: Use dma_addr_t type definition when relevant
Philippe Mathieu-Daudé
2022-01-18
1
-1
/
+1
*
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+1
*
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+2
*
hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947)
Klaus Jensen
2021-11-19
1
-0
/
+5
*
hw/nvme: change nvme-ns 'shared' default
Klaus Jensen
2021-11-19
1
-7
/
+1
*
hw/nvme: reattach subsystem namespaces on hotplug
Hannes Reinecke
2021-11-19
1
-1
/
+9
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
2
-4
/
+3
*
hw/nvme: Return error for fused operations
Pankaj Raghav
2021-09-24
1
-0
/
+8
*
hw/nvme: fix verification of select field in namespace attachment
Naveen Nagar
2021-09-24
1
-3
/
+12
*
hw/nvme: fix validation of ASQ and ACQ
Klaus Jensen
2021-09-24
2
-10
/
+0
*
hw/nvme: fix missing variable initializers
Klaus Jensen
2021-08-09
1
-3
/
+3
*
hw/nvme: fix mmio read
Klaus Jensen
2021-07-26
1
-128
/
+161
*
hw/nvme: fix out-of-bounds reads
Klaus Jensen
2021-07-26
1
-12
/
+15
*
hw/nvme: use symbolic names for registers
Klaus Jensen
2021-07-26
1
-22
/
+22
*
hw/nvme: split pmrmsc register into upper and lower
Klaus Jensen
2021-07-26
1
-4
/
+6
*
hw/nvme: fix controller hot unplugging
Klaus Jensen
2021-07-26
4
-15
/
+35
*
hw/nvme: error handling for too many mappings
Padmakar Kalghatgi
2021-07-26
2
-0
/
+14
*
hw/nvme: unregister controller with subsystem at exit
Klaus Jensen
2021-07-26
3
-0
/
+10
*
hw/nvme: mark nvme-subsys non-hotpluggable
Klaus Jensen
2021-07-26
1
-0
/
+1
*
hw/nvme: remove NvmeCtrl parameter from ns setup/check functions
Klaus Jensen
2021-07-26
3
-21
/
+20
*
hw/nvme: fix pin-based interrupt behavior (again)
Klaus Jensen
2021-06-29
2
-1
/
+18
*
hw/nvme: fix missing check for PMR capability
Klaus Jensen
2021-06-29
1
-0
/
+4
*
hw/nvme: documentation fix
Gollu Appalanaidu
2021-06-29
1
-1
/
+1
*
hw/nvme: fix endianess conversion and add controller list
Gollu Appalanaidu
2021-06-29
2
-9
/
+19
*
Partially revert "hw/block/nvme: drain namespaces on sq deletion"
Klaus Jensen
2021-06-29
1
-17
/
+2
*
hw/nvme: reimplement format nvm to allow cancellation
Klaus Jensen
2021-06-29
2
-124
/
+143
*
hw/nvme: reimplement zone reset to allow cancellation
Klaus Jensen
2021-06-29
2
-121
/
+169
*
hw/nvme: reimplement the copy command to allow aio cancellation
Klaus Jensen
2021-06-29
2
-311
/
+370
*
hw/nvme: add dw0/1 to the req completion trace event
Klaus Jensen
2021-06-29
2
-1
/
+3
*
hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check
Klaus Jensen
2021-06-29
3
-66
/
+49
*
hw/nvme: remove assert from nvme_get_zone_by_slba
Klaus Jensen
2021-06-29
1
-4
/
+14
*
hw/nvme: save reftag when generating pi
Klaus Jensen
2021-06-29
3
-18
/
+18
*
hw/nvme: reimplement dsm to allow cancellation
Klaus Jensen
2021-06-29
2
-70
/
+157
*
hw/nvme: add nvme_block_status_all helper
Klaus Jensen
2021-06-29
1
-13
/
+28
*
hw/nvme: reimplement flush to allow cancellation
Klaus Jensen
2021-06-29
3
-83
/
+129
*
hw/nvme: default for namespace EUI-64
Heinrich Schuchardt
2021-06-29
2
-0
/
+11
[next]