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
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
6
-19
/
+6
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
29
-8
/
+34
*
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
2
-2
/
+0
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
5
-5
/
+0
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
12
-0
/
+15
*
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
2
-0
/
+2
*
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
2
-2
/
+4
*
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-09
2
-2
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
7
-2
/
+7
*
Clean up includes
Markus Armbruster
2018-02-09
1
-1
/
+0
*
block: Move NVMe constants to a separate header
Fam Zheng
2018-02-08
1
-6
/
+1
*
block/nvme: Implement .bdrv_(un)register_buf
Fam Zheng
2018-02-08
1
-0
/
+24
*
block: Introduce buf register API
Fam Zheng
2018-02-08
2
-0
/
+34
*
block: Add VFIO based NVMe driver
Fam Zheng
2018-02-08
3
-0
/
+1204
*
curl: convert to CoQueue
Paolo Bonzini
2018-02-08
1
-16
/
+4
*
block/ssh: fix possible segmentation fault when .desc is not null-terminated
Murilo Opsfelder Araujo
2018-02-01
1
-0
/
+1
*
nbd: implement bdrv_get_info callback
Edgar Kaziakhmedov
2018-01-26
1
-0
/
+11
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-01-24
5
-16
/
+112
|
\
|
*
block/vmdk: Add blkdebug events
Max Reitz
2018-01-23
1
-0
/
+16
|
*
block/qcow: Add blkdebug events
Max Reitz
2018-01-23
1
-0
/
+16
|
*
qcow2: No persistent dirty bitmaps for compat=0.10
Max Reitz
2018-01-23
2
-3
/
+21
|
*
block/vmdk: Fix , instead of ; at end of line
Max Reitz
2018-01-23
1
-1
/
+1
|
*
qcow2: Repair unaligned preallocated zero clusters
Max Reitz
2018-01-23
1
-12
/
+58
*
|
block/parallels: add backing support to readv/writev
Edgar Kaziakhmedov
2018-01-22
1
-6
/
+44
*
|
block/parallels: replace some magic numbers
Klim Kireev
2018-01-22
2
-2
/
+5
*
|
block/parallels: move some structures into header
Klim Kireev
2018-01-22
2
-52
/
+87
*
|
configure: add dependency
Klim Kireev
2018-01-22
1
-0
/
+2
|
/
*
block/iscsi: fix initialization of iTask in iscsi_co_get_block_status
Peter Lieven
2018-01-16
1
-1
/
+2
*
block/nbd: fix segmentation fault when .desc is not null-terminated
Murilo Opsfelder Araujo
2018-01-08
1
-0
/
+1
*
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
2017-12-22
1
-0
/
+6
*
commit: Simplify reopen of base
Kevin Wolf
2017-12-22
1
-7
/
+1
*
block: Allow graph changes in subtree drained section
Kevin Wolf
2017-12-22
1
-4
/
+24
*
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
2017-12-22
1
-11
/
+43
*
block: Don't notify parents in drain call chain
Kevin Wolf
2017-12-22
1
-13
/
+34
*
block: Nested drain_end must still call callbacks
Kevin Wolf
2017-12-22
1
-5
/
+7
*
block: Don't block_job_pause_all() in bdrv_drain_all()
Kevin Wolf
2017-12-22
1
-4
/
+0
*
block: Make bdrv_drain() driver callbacks non-recursive
Kevin Wolf
2017-12-22
1
-7
/
+9
*
block: Assert drain_all is only called from main AioContext
Kevin Wolf
2017-12-22
1
-0
/
+6
*
block: Remove unused bdrv_requests_pending
Fam Zheng
2017-12-22
1
-18
/
+0
*
qcow2: get rid of qcow2_backing_read1 routine
Edgar Kaziakhmedov
2017-12-22
2
-46
/
+8
*
block: Unify order in drain functions
Kevin Wolf
2017-12-22
1
-4
/
+8
*
block: Don't wait for requests in bdrv_drain*_end()
Kevin Wolf
2017-12-22
1
-2
/
+0
*
block: bdrv_drain_recurse(): Remove unused begin parameter
Kevin Wolf
2017-12-22
1
-6
/
+6
*
block: Call .drain_begin only once in bdrv_drain_all_begin()
Kevin Wolf
2017-12-22
1
-2
/
+1
*
block: Make bdrv_drain_invoke() recursive
Kevin Wolf
2017-12-22
1
-3
/
+11
*
block/iscsi: only report an iSCSI Failure if we don't handle it gracefully
Peter Lieven
2017-12-21
1
-11
/
+32
*
block/iscsi: dont leave allocmap in an invalid state on UNMAP failure
Peter Lieven
2017-12-21
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-12-20
2
-4
/
+2
|
\
|
*
coroutine: simplify co_aio_sleep_ns() prototype
Stefan Hajnoczi
2017-12-19
2
-4
/
+2
[next]