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: fix bdrv_ioctl called from coroutine
Paolo Bonzini
2015-12-18
1
-3
/
+4
*
block: use drained section around bdrv_snapshot_delete
Paolo Bonzini
2015-12-18
1
-9
/
+14
*
raw-posix: Make aio=native option binding
Kevin Wolf
2015-12-18
1
-12
/
+8
*
qcow2: insert assert into qcow2_get_specific_info()
Denis V. Lunev
2015-12-18
1
-0
/
+4
*
qcow2: Point to amend function in check
Max Reitz
2015-12-18
1
-0
/
+3
*
qcow2: Invoke refcount order amendment function
Max Reitz
2015-12-18
1
-9
/
+35
*
qcow2: Add function for refcount order amendment
Max Reitz
2015-12-18
2
-0
/
+451
*
qcow2: Use intermediate helper CB for amend
Max Reitz
2015-12-18
1
-1
/
+79
*
qcow2: Split upgrade/downgrade paths for amend
Max Reitz
2015-12-18
1
-15
/
+16
*
qcow2: Use abort() instead of assert(false)
Max Reitz
2015-12-18
1
-2
/
+2
*
qcow2: Use error_report() in qcow2_amend_options()
Max Reitz
2015-12-18
1
-8
/
+6
*
block: Add opaque value to the amend CB
Max Reitz
2015-12-18
3
-11
/
+15
*
blkdebug: Enable reopen
Kevin Wolf
2015-12-18
1
-0
/
+7
*
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
2015-12-18
4
-18
/
+13
*
block: Allow references for backing files
Kevin Wolf
2015-12-18
1
-1
/
+1
*
mirror: Error out when a BDS would get two BBs
Kevin Wolf
2015-12-18
1
-0
/
+28
*
qcow2: Add .bdrv_join_options callback
Kevin Wolf
2015-12-18
1
-0
/
+47
*
qobject: Rename qtype_code to QType
Eric Blake
2015-12-17
1
-2
/
+2
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
5
-10
/
+10
*
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
2015-12-17
1
-68
/
+11
*
block: Don't wait serialising for non-COR read requests
Fam Zheng
2015-12-03
2
-6
/
+8
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-12-02
2
-3
/
+8
|
\
|
*
blkdebug: silence warning under qtest
Michael S. Tsirkin
2015-12-02
1
-2
/
+7
|
*
qcow2: Fix potential qemu-img check crash on 32 bit hosts
Kevin Wolf
2015-12-02
1
-1
/
+1
*
|
mirror: Quiesce source during "mirror_exit"
Fam Zheng
2015-12-02
1
-0
/
+4
|
/
*
block/qapi: Plug memory leak on query-block error path
Markus Armbruster
2015-11-25
1
-5
/
+3
*
raw-posix.c: Make GetBSDPath() handle caching options
Programmingkid
2015-11-25
1
-6
/
+9
*
parallels: dirty BAT properly for continuous allocations
Vladimir Sementsov-Ogievskiy
2015-11-24
1
-1
/
+1
*
migration: implement bdrv_all_find_vmstate_bs helper
Denis V. Lunev
2015-11-19
1
-0
/
+15
*
snapshot: create bdrv_all_create_snapshot helper
Denis V. Lunev
2015-11-19
1
-0
/
+26
*
snapshot: create bdrv_all_find_snapshot helper
Denis V. Lunev
2015-11-19
1
-0
/
+20
*
snapshot: create bdrv_all_goto_snapshot helper
Denis V. Lunev
2015-11-19
1
-0
/
+20
*
snapshot: create bdrv_all_delete_snapshot helper
Denis V. Lunev
2015-11-19
1
-0
/
+22
*
snapshot: return error code from bdrv_snapshot_delete_by_id_or_name
Denis V. Lunev
2015-11-19
1
-3
/
+4
*
snapshot: create helper to test that block drivers supports snapshots
Denis V. Lunev
2015-11-19
1
-0
/
+24
*
block: add blk_abort_aio_request
Peter Lieven
2015-11-17
1
-8
/
+9
*
block: Update copyright of the accounting code
Alberto Garcia
2015-11-12
1
-0
/
+1
*
block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest mode
Alberto Garcia
2015-11-12
1
-0
/
+14
*
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
2015-11-12
2
-0
/
+17
*
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
2015-11-12
3
-0
/
+72
*
block: Allow configuring whether to account failed and invalid ops
Alberto Garcia
2015-11-12
2
-5
/
+22
*
block: Add statistics for failed and invalid I/O operations
Alberto Garcia
2015-11-12
2
-0
/
+33
*
block: Add idle_time_ns to BlockDeviceStats
Alberto Garcia
2015-11-12
2
-2
/
+15
*
block: define 'clock_type' for the accounting code
Alberto Garcia
2015-11-12
1
-2
/
+4
*
block: Add BlockJobTxn support to backup_run
John Snow
2015-11-12
1
-1
/
+2
*
block/backup: Rely on commit/abort for cleanup
John Snow
2015-11-12
1
-4
/
+18
*
blockjob: Introduce reference count and fix reference to job->bs
Fam Zheng
2015-11-12
1
-1
/
+1
*
backup: Extract dirty bitmap handling as a separate function
Fam Zheng
2015-11-12
1
-10
/
+17
*
qed: Implement .bdrv_drain
Fam Zheng
2015-11-12
1
-0
/
+13
*
block: Introduce BlockDriver.bdrv_drain callback
Fam Zheng
2015-11-12
1
-1
/
+15
[next]