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
/
block
/
nvme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
hw/block/nvme: support Identify NS Attached Controller List
Minwoo Im
1
-0
/
+41
2021-03-09
hw/block/nvme: support changed namespace asynchronous event
Minwoo Im
1
-0
/
+56
2021-03-09
hw/block/nvme: support namespace attachment command
Minwoo Im
1
-1
/
+59
2021-03-09
hw/block/nvme: refactor nvme_select_ns_iocs
Minwoo Im
1
-15
/
+21
2021-03-09
hw/block/nvme: support allocated namespace type
Minwoo Im
1
-16
/
+47
2021-03-09
hw/block/nvme: support namespace detach
Minwoo Im
1
-2
/
+39
2021-03-09
hw/block/nvme: refactor nvme_dma
Klaus Jensen
1
-52
/
+66
2021-03-09
hw/block/nvme: remove the req dependency in map functions
Klaus Jensen
1
-30
/
+31
2021-03-09
hw/block/nvme: try to deal with the iov/qsg duality
Klaus Jensen
1
-89
/
+102
2021-03-09
hw/block/nvme: fix strerror printing
Klaus Jensen
1
-1
/
+1
2021-03-09
hw/block/nvme: remove block accounting for write zeroes
Klaus Jensen
1
-1
/
+0
2021-03-09
hw/block/nvme: remove redundant len member in compare context
Klaus Jensen
1
-6
/
+4
2021-03-09
hw/block/nvme: report non-mdts command size limit for dsm
Gollu Appalanaidu
1
-8
/
+19
2021-03-09
hw/block/nvme: add trace event for zone read check
Gollu Appalanaidu
1
-0
/
+1
2021-03-09
hw/block/nvme: fix potential compilation error
Gollu Appalanaidu
1
-7
/
+3
2021-03-09
hw/block/nvme: add identify trace event
Gollu Appalanaidu
1
-0
/
+3
2021-03-09
hw/block/nvme: remove unnecessary endian conversion
Gollu Appalanaidu
1
-1
/
+1
2021-03-09
hw/block/nvme: align zoned.zasl with mdts
Klaus Jensen
1
-42
/
+17
2021-03-09
hw/block/nvme: deduplicate bad mdts trace event
Klaus Jensen
1
-5
/
+1
2021-03-09
hw/block/nvme: document 'mdts' nvme device parameter
Klaus Jensen
1
-0
/
+6
2021-03-09
hw/block/nvme: add broadcast nsid support flush command
Gollu Appalanaidu
1
-7
/
+117
2021-03-09
hw/block/nvme: use locally assigned QEMU IEEE OUI
Gollu Appalanaidu
1
-3
/
+11
2021-03-09
hw/block/nvme: improve invalid zasl value reporting
Klaus Jensen
1
-2
/
+10
2021-03-09
hw/block/nvme: fix Close Zone
Dmitry Fomichev
1
-3
/
+2
2021-03-09
hw/block/nvme: add simple copy command
Klaus Jensen
1
-1
/
+251
2021-03-09
hw/block/nvme: pull write pointer advancement to separate function
Klaus Jensen
1
-5
/
+11
2021-03-09
hw/block/nvme: refactor zone resource management
Klaus Jensen
1
-116
/
+102
2021-03-09
hw/block/nvme: remove unused parameter in check zone write
Klaus Jensen
1
-4
/
+3
2021-03-09
hw/block/nvme: support for shared namespace in subsystem
Minwoo Im
1
-1
/
+9
2021-03-09
hw/block/nvme: support for multi-controller in subsystem
Minwoo Im
1
-0
/
+29
2021-03-09
hw/block/nvme: support to map controller to a subsystem
Minwoo Im
1
-5
/
+25
2021-03-09
hw/block/nvme: introduce nvme-subsys device
Minwoo Im
1
-0
/
+12
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
[next]