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
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
2019-01-14
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
Paul Durrant
1
-0
/
+1019
2019-01-14
xen: add xenstore watcher infrastructure
Paul Durrant
2
-0
/
+72
2019-01-14
xen: create xenstore areas for XenDevice-s
Paul Durrant
1
-0
/
+9
2019-01-14
xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
Paul Durrant
3
-0
/
+352
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
1
-12
/
+12
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2
-7
/
+7
2018-12-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...
Peter Maydell
1
-1
/
+2
2018-12-14
hw/block/tc58128.c: Don't use load_image()
Peter Maydell
1
-1
/
+2
2018-12-13
block/noenand: Convert sysbus init function to realize function
Mao Zhongyi
1
-9
/
+7
2018-12-12
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
1
-1
/
+1
2018-12-12
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
1
-4
/
+4
2018-11-27
nvme: Fix spurious interrupts
Keith Busch
1
-1
/
+3
2018-11-22
nvme: fix bug with PCI IRQ pins on teardown
Logan Gunthorpe
1
-0
/
+1
2018-11-22
nvme: fix CMB endianness confusion
Paolo Bonzini
1
-5
/
+2
2018-11-22
Revert "nvme: fix oob access issue(CVE-2018-16847)"
Kevin Wolf
1
-7
/
+0
2018-11-22
nvme: fix out-of-bounds access to the CMB
Paolo Bonzini
1
-1
/
+1
2018-11-22
nvme: call blk_drain in NVMe reset code to avoid lockups
Igor Druzhinin
1
-0
/
+2
2018-11-19
hw/block/onenand: use qemu_log_mask() for reporting
Peter Maydell
1
-9
/
+13
2018-11-19
hw/block/onenand: Fix off-by-one error allowing out-of-bounds read
Peter Maydell
1
-1
/
+1
2018-11-19
fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
Mark Cave-Ayland
1
-1
/
+1
2018-11-19
nvme: fix oob access issue(CVE-2018-16847)
Li Qiang
1
-0
/
+7
2018-11-12
nvme: free cmbuf in nvme_exit
Li Qiang
1
-0
/
+3
2018-11-12
nvme: don't unref ctrl_mem when device unrealized
Li Qiang
1
-3
/
+0
2018-11-05
vhost-user-blk: start vhost when guest kicks
Yongji Xie
1
-0
/
+25
2018-11-05
virtio-blk: fix comment for virtio_blk_rw_complete
Yaowei Bai
1
-2
/
+2
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
3
-15
/
+0
2018-08-15
block: Remove deprecated -drive geometry options
Kevin Wolf
1
-14
/
+0
2018-07-10
Revert "block: Remove deprecated -drive geometry options"
Cornelia Huck
1
-0
/
+14
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
3
-0
/
+15
2018-07-02
hw/block: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
3
-4
/
+7
2018-07-02
hw/xen: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
[next]