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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
block
/
nvme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
hw/block/nvme: Fix a build error in nvme_get_feature()
Bin Meng
1
-0
/
+1
2021-02-11
hw/block/nvme: fix legacy namespace registration
Klaus Jensen
1
-0
/
+4
2021-02-08
hw/block/nvme: refactor the logic for zone write checks
Klaus Jensen
1
-24
/
+21
2021-02-08
hw/block/nvme: fix zone boundary check for append
Klaus Jensen
1
-22
/
+24
2021-02-08
hw/block/nvme: fix wrong parameter name 'cross_read'
Minwoo Im
1
-1
/
+1
2021-02-08
hw/block/nvme: align with existing style
Gollu Appalanaidu
1
-10
/
+10
2021-02-08
hw/block/nvme: fix set feature save field check
Gollu Appalanaidu
1
-1
/
+1
2021-02-08
hw/block/nvme: fix set feature for error recovery
Gollu Appalanaidu
1
-1
/
+3
2021-02-08
hw/block/nvme: lift cmb restrictions
Klaus Jensen
1
-31
/
+2
2021-02-08
hw/block/nvme: bump to v1.4
Klaus Jensen
1
-2
/
+3
2021-02-08
hw/block/nvme: move cmb logic to v1.4
Padmakar Kalghatgi
1
-25
/
+76
2021-02-08
hw/block/nvme: add PMR RDS/WDS support
Naveen Nagar
1
-21
/
+101
2021-02-08
hw/block/nvme: disable PMR at boot up
Klaus Jensen
1
-2
/
+12
2021-02-08
hw/block/nvme: remove redundant zeroing of PMR registers
Klaus Jensen
1
-34
/
+0
2021-02-08
hw/block/nvme: rename PMR/CMB shift/mask fields
Klaus Jensen
1
-1
/
+1
2021-02-08
hw/block/nvme: allow cmb and pmr to coexist
Klaus Jensen
1
-9
/
+8
2021-02-08
hw/block/nvme: move msix table and pba to BAR 0
Klaus Jensen
1
-2
/
+21
2021-02-08
hw/block/nvme: indicate CMB support through controller capabilities register
Andrzej Jakowski
1
-0
/
+1
2021-02-08
hw/block/nvme: fix 64 bit register hi/lo split writes
Klaus Jensen
1
-4
/
+6
2021-02-08
hw/block/nvme: add size to mmio read/write trace events
Klaus Jensen
1
-2
/
+2
2021-02-08
hw/block/nvme: trigger async event during injecting smart warning
zhenwei pi
1
-7
/
+41
2021-02-08
hw/block/nvme: add smart_critical_warning property
zhenwei pi
1
-3
/
+42
2021-02-08
hw/block/nvme: fix zone write finalize
Klaus Jensen
1
-5
/
+5
2021-02-08
hw/block/nvme: remove unused argument in nvme_ns_setup
Minwoo Im
1
-1
/
+1
2021-02-08
hw/block/nvme: open code for volatile write cache
Minwoo Im
1
-3
/
+12
2021-02-08
hw/block/nvme: Correct error status for unaligned ZA
Dmitry Fomichev
1
-1
/
+1
2021-02-08
hw/block/nvme: remove unnecessary check for append
Klaus Jensen
1
-4
/
+0
2021-02-08
hw/block/nvme: zero out zones on reset
Klaus Jensen
1
-36
/
+110
2021-02-08
hw/block/nvme: enum style fix
Klaus Jensen
1
-10
/
+9
2021-02-08
hw/block/nvme: merge implicitly/explicitly opened processing masks
Klaus Jensen
1
-16
/
+11
2021-02-08
hw/block/nvme: fix shutdown/reset logic
Klaus Jensen
1
-7
/
+5
2021-02-08
hw/block/nvme: fix for non-msix machines
Klaus Jensen
1
-9
/
+22
2021-02-08
hw/block/nvme: Document zoned parameters in usage text
Dmitry Fomichev
1
-5
/
+38
2021-02-08
hw/block/nvme: Support Zone Descriptor Extensions
Dmitry Fomichev
1
-2
/
+51
2021-02-08
hw/block/nvme: Introduce max active and open zone limits
Dmitry Fomichev
1
-0
/
+92
2021-02-08
hw/block/nvme: Support Zoned Namespace Command Set
Dmitry Fomichev
1
-8
/
+799
2021-02-08
hw/block/nvme: Support allocated CNS command variants
Niklas Cassel
1
-0
/
+8
2021-02-08
hw/block/nvme: Add support for Namespace Types
Niklas Cassel
1
-30
/
+158
2021-02-08
hw/block/nvme: Add Commands Supported and Effects log
Dmitry Fomichev
1
-9
/
+93
2021-02-08
hw/block/nvme: Combine nvme_write_zeroes() and nvme_write()
Dmitry Fomichev
1
-42
/
+36
2021-02-08
hw/block/nvme: Separate read and write handlers
Dmitry Fomichev
1
-35
/
+72
2021-02-08
hw/block/nvme: Generate namespace UUIDs
Dmitry Fomichev
1
-4
/
+5
2021-02-08
hw/block/nvme: Process controller reset and shutdown differently
Dmitry Fomichev
1
-6
/
+18
2021-02-08
hw/block/nvme: fix bad clearing of CAP
Klaus Jensen
1
-1
/
+0
2021-02-08
hw/block/nvme: add compare command
Gollu Appalanaidu
1
-1
/
+100
2021-02-08
hw/block/nvme: add the dataset management command
Klaus Jensen
1
-1
/
+97
2021-02-08
hw/block/nvme: add dulbe support
Klaus Jensen
1
-2
/
+89
2021-02-08
hw/block/nvme: pull aio error handling
Klaus Jensen
1
-25
/
+36
2021-02-08
hw/block/nvme: remove superfluous NvmeCtrl parameter
Klaus Jensen
1
-4
/
+4
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-2
/
+0
[next]