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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
hw/block/nvme: add missing mor/mar constraint checks
Klaus Jensen
1
-0
/
+12
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
5
-1
/
+270
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
5
-4
/
+58
2021-03-09
hw/block/nvme: support for multi-controller in subsystem
Minwoo Im
4
-0
/
+55
2021-03-09
hw/block/nvme: support to map controller to a subsystem
Minwoo Im
2
-5
/
+28
2021-03-09
hw/block/nvme: introduce nvme-subsys device
Minwoo Im
4
-1
/
+112
2021-03-06
hw/block: Introduce TC58128 eeprom Kconfig entry
Philippe Mathieu-Daudé
2
-1
/
+4
2021-03-06
hw/sh4: Add missing license
Philippe Mathieu-Daudé
1
-0
/
+26
2021-03-04
hw/block: m25p80: Add various ISSI flash information
Bin Meng
1
-0
/
+13
2021-03-04
hw/block: m25p80: Add ISSI SPI flash support
Bin Meng
1
-1
/
+43
2021-02-20
hw/block/fdc: Remove the check_media_rate property
Thomas Huth
1
-15
/
+2
2021-02-15
xen-block: fix reporting of discard feature
Roger Pau Monne
1
-0
/
+1
2021-02-11
hw/block/nvme: fix error handling in nvme_ns_realize
Klaus Jensen
1
-6
/
+1
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
2
-24
/
+26
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: error if drive less than a zone size
Minwoo Im
1
-0
/
+7
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
3
-27
/
+86
2021-02-08
hw/block/nvme: add PMR RDS/WDS support
Naveen Nagar
2
-22
/
+106
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
2
-2
/
+22
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
2
-4
/
+4
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
2
-3
/
+43
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
3
-4
/
+4
2021-02-08
hw/block/nvme: split setup and register for namespace
Minwoo Im
1
-4
/
+7
2021-02-08
hw/block/nvme: remove unused argument in nvme_ns_init_blk
Minwoo Im
1
-2
/
+2
2021-02-08
hw/block/nvme: open code for volatile write cache
Minwoo Im
3
-8
/
+12
2021-02-08
hw/block/nvme: remove unused argument in nvme_ns_init_zoned
Minwoo Im
1
-2
/
+2
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: add missing string representations for commands
Klaus Jensen
1
-0
/
+4
2021-02-08
hw/block/nvme: zero out zones on reset
Klaus Jensen
2
-36
/
+111
[next]