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
/
hw
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
trivial typos: namesapce
Dr. David Alan Gilbert
1
-1
/
+1
2022-06-23
hw/nvme: clear aen mask on reset
Klaus Jensen
1
-0
/
+1
2022-06-23
Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
Klaus Jensen
1
-23
/
+6
2022-06-23
hw/nvme: clean up CC register write logic
Klaus Jensen
1
-22
/
+16
2022-06-23
hw/nvme: Update the initalization place for the AER queue
Łukasz Gieryk
1
-2
/
+1
2022-06-23
hw/nvme: Add support for the Virtualization Management command
Łukasz Gieryk
3
-2
/
+278
2022-06-23
hw/nvme: Initialize capability structures for primary/secondary controllers
Łukasz Gieryk
2
-7
/
+138
2022-06-23
hw/nvme: Calculate BAR attributes in a function
Łukasz Gieryk
1
-14
/
+31
2022-06-23
hw/nvme: Remove reg_size variable and update BAR0 size calculation
Łukasz Gieryk
2
-6
/
+5
2022-06-23
hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
Łukasz Gieryk
2
-16
/
+38
2022-06-23
hw/nvme: Implement the Function Level Reset
Łukasz Gieryk
3
-4
/
+54
2022-06-23
hw/nvme: Add support for Secondary Controller List
Lukasz Maniak
5
-10
/
+121
2022-06-23
hw/nvme: Add support for Primary Controller Capabilities
Lukasz Maniak
3
-5
/
+21
2022-06-23
hw/nvme: Add support for SR-IOV
Lukasz Maniak
2
-4
/
+84
2022-06-03
hw/nvme: add new command abort case
Dmitry Tikhov
1
-0
/
+5
2022-06-03
hw/nvme: bump firmware revision
Klaus Jensen
1
-1
/
+1
2022-06-03
hw/nvme: do not report null uuid
Klaus Jensen
1
-10
/
+7
2022-06-03
hw/nvme: do not auto-generate uuid
Klaus Jensen
1
-1
/
+1
2022-06-03
hw/nvme: do not auto-generate eui64
Klaus Jensen
1
-1
/
+1
2022-06-03
hw/nvme: enforce common serial per subsystem
Klaus Jensen
2
-0
/
+8
2022-06-03
hw/nvme: fix smart aen
Klaus Jensen
1
-1
/
+1
2022-06-03
hw/nvme: fix copy cmd for pi enabled namespaces
Dmitry Tikhov
1
-0
/
+4
2022-06-03
hw/nvme: add missing return statement
Dmitry Tikhov
1
-0
/
+1
2022-06-03
hw/nvme: fix narrowing conversion
Dmitry Tikhov
1
-2
/
+3
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-03
hw/nvme: 64-bit pi support
Naveen Nagar
6
-85
/
+554
2022-03-03
hw/nvme: add pi tuple size helper
Klaus Jensen
3
-14
/
+21
2022-03-03
hw/nvme: add support for the lbafee hbs feature
Naveen Nagar
3
-9
/
+41
2022-03-03
hw/nvme: move format parameter parsing
Klaus Jensen
1
-13
/
+18
2022-03-03
hw/nvme: add host behavior support feature
Naveen Nagar
2
-1
/
+11
2022-03-03
hw/nvme: move dif/pi prototypes into dif.h
Klaus Jensen
4
-50
/
+55
2022-02-14
hw/nvme: add support for zoned random write area
Klaus Jensen
4
-19
/
+221
2022-02-14
hw/nvme: add ozcs enum
Klaus Jensen
1
-1
/
+2
2022-02-14
hw/nvme: add struct for zone management send
Klaus Jensen
1
-6
/
+4
2022-02-14
hw/nvme/ctrl: Pass buffers as 'void *' types
Philippe Mathieu-Daudé
2
-7
/
+7
2022-02-14
hw/nvme/ctrl: Have nvme_addr_write() take const buffer
Philippe Mathieu-Daudé
1
-1
/
+1
2022-02-14
hw/nvme: fix CVE-2021-3929
Klaus Jensen
1
-0
/
+22
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-2
/
+2
2022-01-18
hw/dma: Use dma_addr_t type definition when relevant
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+2
2021-11-19
hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947)
Klaus Jensen
1
-0
/
+5
2021-11-19
hw/nvme: change nvme-ns 'shared' default
Klaus Jensen
1
-7
/
+1
2021-11-19
hw/nvme: reattach subsystem namespaces on hotplug
Hannes Reinecke
1
-1
/
+9
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2
-4
/
+3
2021-09-24
hw/nvme: Return error for fused operations
Pankaj Raghav
1
-0
/
+8
2021-09-24
hw/nvme: fix verification of select field in namespace attachment
Naveen Nagar
1
-3
/
+12
2021-09-24
hw/nvme: fix validation of ASQ and ACQ
Klaus Jensen
2
-10
/
+0
2021-08-09
hw/nvme: fix missing variable initializers
Klaus Jensen
1
-3
/
+3
[next]