index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/block/xen: use proper format string for printing sectors
Alex Bennée
2019-01-21
1
-1
/
+1
*
qemu: avoid memory leak while remove disk
Jian Wang
2019-01-15
1
-2
/
+5
*
xen-block: avoid repeated memory allocation
Tim Smith
2019-01-14
1
-5
/
+9
*
xen-block: improve response latency
Tim Smith
2019-01-14
1
-38
/
+18
*
xen-block: improve batching behaviour
Tim Smith
2019-01-14
1
-0
/
+35
*
xen: remove the legacy 'xen_disk' backend
Paul Durrant
2019-01-14
2
-1012
/
+0
*
xen: automatically create XenBlockDevice-s
Paul Durrant
2019-01-14
2
-0
/
+379
*
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2019-01-14
1
-0
/
+166
*
xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
Paul Durrant
2019-01-14
1
-44
/
+46
*
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
Paul Durrant
2019-01-14
1
-154
/
+156
*
xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
Paul Durrant
2019-01-14
2
-171
/
+183
*
xen: add header and build dataplane/xen-block.c
Paul Durrant
2019-01-14
3
-100
/
+286
*
xen: remove unnecessary code from dataplane/xen-block.c
Paul Durrant
2019-01-14
1
-406
/
+23
*
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
Paul Durrant
2019-01-14
1
-0
/
+1019
*
xen: add xenstore watcher infrastructure
Paul Durrant
2019-01-14
2
-0
/
+72
*
xen: create xenstore areas for XenDevice-s
Paul Durrant
2019-01-14
1
-0
/
+9
*
xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
Paul Durrant
2019-01-14
3
-0
/
+352
*
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
1
-12
/
+12
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
2
-7
/
+7
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...
Peter Maydell
2018-12-16
1
-1
/
+2
|
\
|
*
hw/block/tc58128.c: Don't use load_image()
Peter Maydell
2018-12-14
1
-1
/
+2
*
|
block/noenand: Convert sysbus init function to realize function
Mao Zhongyi
2018-12-13
1
-9
/
+7
|
/
*
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
2018-12-12
1
-1
/
+1
*
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
2018-12-12
1
-4
/
+4
*
nvme: Fix spurious interrupts
Keith Busch
2018-11-27
1
-1
/
+3
*
nvme: fix bug with PCI IRQ pins on teardown
Logan Gunthorpe
2018-11-22
1
-0
/
+1
*
nvme: fix CMB endianness confusion
Paolo Bonzini
2018-11-22
1
-5
/
+2
*
Revert "nvme: fix oob access issue(CVE-2018-16847)"
Kevin Wolf
2018-11-22
1
-7
/
+0
*
nvme: fix out-of-bounds access to the CMB
Paolo Bonzini
2018-11-22
1
-1
/
+1
*
nvme: call blk_drain in NVMe reset code to avoid lockups
Igor Druzhinin
2018-11-22
1
-0
/
+2
*
hw/block/onenand: use qemu_log_mask() for reporting
Peter Maydell
2018-11-19
1
-9
/
+13
*
hw/block/onenand: Fix off-by-one error allowing out-of-bounds read
Peter Maydell
2018-11-19
1
-1
/
+1
*
fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
Mark Cave-Ayland
2018-11-19
1
-1
/
+1
*
nvme: fix oob access issue(CVE-2018-16847)
Li Qiang
2018-11-19
1
-0
/
+7
*
nvme: free cmbuf in nvme_exit
Li Qiang
2018-11-12
1
-0
/
+3
*
nvme: don't unref ctrl_mem when device unrealized
Li Qiang
2018-11-12
1
-3
/
+0
*
vhost-user-blk: start vhost when guest kicks
Yongji Xie
2018-11-05
1
-0
/
+25
*
virtio-blk: fix comment for virtio_blk_rw_complete
Yaowei Bai
2018-11-05
1
-2
/
+2
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-08-15
3
-15
/
+0
*
block: Remove deprecated -drive geometry options
Kevin Wolf
2018-08-15
1
-14
/
+0
*
Revert "block: Remove deprecated -drive geometry options"
Cornelia Huck
2018-07-10
1
-0
/
+14
*
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
2018-07-10
3
-0
/
+15
*
hw/block: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
3
-4
/
+7
*
hw/xen: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2018-06-30
4
-39
/
+44
|
\
|
*
hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events
Philippe Mathieu-Daudé
2018-06-29
3
-36
/
+37
|
*
hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events
Philippe Mathieu-Daudé
2018-06-29
2
-3
/
+7
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180629'...
Peter Maydell
2018-06-30
1
-8
/
+1
|
\
\
|
*
|
hw/block/fdc: Replace error_setg(&error_abort) by assert()
Philippe Mathieu-Daudé
2018-06-29
1
-8
/
+1
*
|
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-06-29
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
[next]