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-05-10
xen-block: Use specific blockdev driver
Anthony PERARD
1
-1
/
+13
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2
-2
/
+1
2021-05-04
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...
Peter Maydell
1
-0
/
+2
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
vmstate: Constify some VMStateDescriptions
Keqian Zhu
1
-1
/
+1
2021-05-01
hw/block: m25p80: Add support for mt25ql02g and mt25qu02g
Cédric Le Goater
1
-0
/
+2
2021-04-30
vhost-user-blk: Fail gracefully on too large queue size
Kevin Wolf
1
-0
/
+5
2021-04-26
hw/block/nvme: fix invalid msix exclusive uninit
Klaus Jensen
1
-1
/
+2
2021-04-12
hw/block/nvme: drain namespaces on sq deletion
Klaus Jensen
1
-2
/
+21
2021-04-12
hw/block/nvme: store aiocb in compare
Klaus Jensen
1
-1
/
+2
2021-04-12
hw/block/nvme: map prp fix if prp2 contains non-zero offset
Padmakar Kalghatgi
1
-3
/
+9
2021-04-09
hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllers
Philippe Mathieu-Daudé
1
-2
/
+2
2021-04-07
hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl
Klaus Jensen
1
-1
/
+1
2021-04-07
hw/block/nvme: fix assert crash in nvme_subsys_ns
Klaus Jensen
1
-3
/
+1
2021-04-07
hw/block/nvme: fix ns attachment out-of-bounds read
Klaus Jensen
1
-0
/
+1
2021-04-07
hw/block/nvme: add missing copyright headers
Klaus Jensen
2
-0
/
+20
2021-04-07
hw/block/nvme: fix handling of private namespaces
Klaus Jensen
7
-170
/
+114
2021-04-07
hw/block/nvme: update dmsrl limit on namespace detachment
Klaus Jensen
1
-0
/
+17
2021-04-07
hw/block/nvme: fix warning about legacy namespace configuration
Klaus Jensen
2
-6
/
+0
2021-04-06
hw/block/nvme: fix the nsid 'invalid' value
Klaus Jensen
1
-1
/
+1
2021-04-06
hw/block/nvme: fix missing string representation for ns attachment
Klaus Jensen
1
-0
/
+1
2021-04-06
hw/block/nvme: fix pi constraint check
Klaus Jensen
1
-1
/
+1
2021-04-05
hw/block/nvme: expose 'bootindex' property
Joelle van Dyne
1
-5
/
+3
2021-04-05
hw/block/nvme: remove description for zoned.append_size_limit
Niklas Cassel
1
-8
/
+0
2021-04-01
vhost-user-blk: add immediate cleanup on shutdown
Denis Plotnikov
1
-1
/
+1
2021-04-01
vhost-user-blk: perform immediate cleanup if disconnect on initialization
Denis Plotnikov
1
-24
/
+24
2021-04-01
vhost-user-blk: use different event handlers on initialization
Denis Plotnikov
1
-7
/
+24
2021-03-29
hw/block/nvme: fix ref counting in nvme_format_ns
Klaus Jensen
1
-2
/
+8
2021-03-29
hw/block/nvme: fix resource leak in nvme_dif_rw
Klaus Jensen
1
-1
/
+1
2021-03-23
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210323' into st...
Peter Maydell
1
-0
/
+9
2021-03-23
xen-block: Fix removal of backend instance via xenstore
Anthony PERARD
1
-0
/
+9
2021-03-22
hw/block: m25p80: Support fast read for SST flashes
Bin Meng
1
-0
/
+3
2021-03-19
hw: Replace anti-social QOM type names
Markus Armbruster
1
-2
/
+2
2021-03-19
fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()
Markus Armbruster
1
-15
/
+8
2021-03-19
fdc: Drop deprecated floppy configuration
Markus Armbruster
1
-52
/
+2
2021-03-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-8
/
+8
2021-03-19
qapi/qom: QAPIfy object-add
Kevin Wolf
1
-8
/
+8
2021-03-18
Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210318' into staging
Peter Maydell
3
-289
/
+320
2021-03-18
hw/block/nvme: add support for the format nvm command
Minwoo Im
5
-2
/
+187
2021-03-18
hw/block/nvme: pull lba format initialization
Klaus Jensen
1
-33
/
+41
2021-03-18
hw/block/nvme: prefer runtime helpers instead of device parameters
Klaus Jensen
2
-4
/
+4
2021-03-18
hw/block/nvme: support multiple lba formats
Minwoo Im
1
-8
/
+52
2021-03-18
hw/block/nvme: add non-mdts command size limit for verify
Klaus Jensen
2
-4
/
+31
2021-03-18
hw/block/nvme: add verify command
Gollu Appalanaidu
5
-3
/
+154
2021-03-18
hw/block/nvme: end-to-end data protection
Klaus Jensen
8
-41
/
+837
2021-03-18
hw/block/nvme: add metadata support
Klaus Jensen
4
-81
/
+620
2021-03-18
hw/block/nvme: fix zone management receive reporting too many zones
Klaus Jensen
1
-2
/
+3
2021-03-18
hw/block/nvme: assert namespaces array indices
Klaus Jensen
3
-4
/
+15
2021-03-18
hw/block/nvme: fix potential overflow
Klaus Jensen
1
-1
/
+2
2021-03-18
hw/block/pflash_cfi: Replace DPRINTF with trace events
David Edmondson
3
-104
/
+95
[next]