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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-11
hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}
Markus Armbruster
2
-6
/
+0
2019-03-11
pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*
Markus Armbruster
2
-13
/
+13
2019-03-11
pflash_cfi01: Log use of flawed "write to buffer"
Markus Armbruster
1
-0
/
+13
2019-03-11
pflash_cfi01: Do not exit() on guest aborting "write to buffer"
Markus Armbruster
1
-8
/
+5
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
2
-78
/
+84
2019-03-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-7
/
+9
2019-03-07
isa: express SuperIO dependencies with Kconfig
Paolo Bonzini
1
-2
/
+3
2019-03-07
virtio: express virtio dependencies with Kconfig
Yang Zhong
1
-2
/
+5
2019-03-07
isa: express dependencies with kconfig
Paolo Bonzini
1
-0
/
+2
2019-03-07
block: fix recursion in hw/block/dataplane
Paolo Bonzini
2
-2
/
+3
2019-03-07
build: convert pci.mak to Kconfig
Paolo Bonzini
1
-0
/
+2
2019-03-07
build: switch to Kconfig
Paolo Bonzini
1
-0
/
+2
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
1
-0
/
+29
2019-03-07
hw/block/virtio-blk: Clean req->dev repetitions
Anastasiia Rusakova
1
-7
/
+9
2019-03-06
block/pflash_cfi02: Fix memory leak and potential use-after-free
Stephen Checkoway
1
-4
/
+11
2019-02-28
xen-block: stop leaking memory in xen_block_drive_create()
Paul Durrant
1
-7
/
+9
2019-02-28
xen-block: report error condition from vbd_name_to_disk()
Paul Durrant
1
-6
/
+15
2019-02-28
xen-block: remove redundant assignment
Paul Durrant
1
-2
/
+1
2019-02-28
dataplane/xen-block: remove dead code
Paul Durrant
1
-4
/
+1
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2019-02-25
virtio-blk: Increase in_flight for request restart BH
Kevin Wolf
1
-0
/
+4
2019-02-22
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
1
-0
/
+184
2019-02-22
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
1
-6
/
+25
2019-02-22
virtio-blk: add "discard" and "write-zeroes" properties
Stefano Garzarella
1
-0
/
+4
2019-02-22
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
1
-7
/
+9
2019-02-22
virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
Stefano Garzarella
1
-4
/
+6
2019-02-13
virtio-blk: set correct config size for the host driver
Changpeng Liu
1
-4
/
+9
2019-02-12
virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev
Stefano Garzarella
1
-13
/
+9
2019-02-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+4
2019-02-05
vhost-user-blk: add discard/write zeroes features support
Changpeng Liu
1
-0
/
+4
2019-02-04
xen-block: handle resize callback
Paul Durrant
3
-7
/
+38
2019-01-31
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...
Peter Maydell
1
-5
/
+10
2019-01-31
nvme: use pci_dev directly in nvme_realize
Li Qiang
1
-4
/
+4
2019-01-31
nvme: ensure the num_queues is not zero
Li Qiang
1
-0
/
+5
2019-01-31
nvme: use TYPE_NVME instead of constant string
Li Qiang
1
-1
/
+1
2019-01-30
virtio-blk: remove duplicate definition of VirtIOBlock *s pointer
Stefano Garzarella
1
-2
/
+0
2019-01-30
hw/block: clean up stale xen_disk trace entries
Paul Durrant
1
-7
/
+0
2019-01-21
hw/block/xen: use proper format string for printing sectors
Alex Bennée
1
-1
/
+1
2019-01-14
qemu: avoid memory leak while remove disk
Jian Wang
1
-2
/
+5
2019-01-14
xen-block: avoid repeated memory allocation
Tim Smith
1
-5
/
+9
2019-01-14
xen-block: improve response latency
Tim Smith
1
-38
/
+18
2019-01-14
xen-block: improve batching behaviour
Tim Smith
1
-0
/
+35
2019-01-14
xen: remove the legacy 'xen_disk' backend
Paul Durrant
2
-1012
/
+0
2019-01-14
xen: automatically create XenBlockDevice-s
Paul Durrant
2
-0
/
+379
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
1
-0
/
+166
2019-01-14
xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
Paul Durrant
1
-44
/
+46
2019-01-14
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
Paul Durrant
1
-154
/
+156
2019-01-14
xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
Paul Durrant
2
-171
/
+183
2019-01-14
xen: add header and build dataplane/xen-block.c
Paul Durrant
3
-100
/
+286
2019-01-14
xen: remove unnecessary code from dataplane/xen-block.c
Paul Durrant
1
-406
/
+23
[next]