index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-18
1
-1
/
+1
*
block: add backing-file option to block-stream
Jeff Cody
2014-07-01
1
-6
/
+5
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
1
-2
/
+2
*
block: Use bdrv_set_backing_hd everywhere
Fam Zheng
2014-05-28
1
-2
/
+2
*
block: Update BlockLimits when they might have changed
Kevin Wolf
2014-01-24
1
-0
/
+2
*
block/stream: Don't stream unbacked devices
Max Reitz
2013-11-28
1
-0
/
+5
*
qapi: make use of new BlockJobType
Fam Zheng
2013-10-11
1
-1
/
+1
*
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
2013-10-11
1
-2
/
+2
*
block: Fix compiler warning (-Werror=uninitialized)
Stefan Weil
2013-09-25
1
-2
/
+3
*
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
2013-09-06
1
-1
/
+1
*
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
Paolo Bonzini
2013-09-06
1
-2
/
+2
*
block: make bdrv_co_is_allocated static
Paolo Bonzini
2013-09-06
1
-2
/
+2
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
1
-1
/
+1
*
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
2013-08-22
1
-1
/
+1
*
block: stop relying on io_flush() in bdrv_drain_all()
Stefan Hajnoczi
2013-08-19
1
-1
/
+5
*
block: Make BlockJobTypes const
Kevin Wolf
2013-06-28
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
aio: Get rid of qemu_aio_flush()
Kevin Wolf
2012-12-11
1
-1
/
+1
*
block: rename block_job_complete to block_job_completed
Paolo Bonzini
2012-10-24
1
-2
/
+2
*
stream: add on-error argument
Paolo Bonzini
2012-09-28
1
-1
/
+27
*
block: move job APIs to separate files
Paolo Bonzini
2012-09-28
1
-0
/
+1
*
stream: complete early if end of backing file is reached
Stefan Hajnoczi
2012-08-29
1
-0
/
+6
*
stream: move rate limiting to a separate header file
Paolo Bonzini
2012-06-15
1
-29
/
+2
*
stream: move is_allocated_above to block.c
Paolo Bonzini
2012-06-15
1
-51
/
+2
*
stream: tweak usage of bdrv_co_is_allocated
Paolo Bonzini
2012-06-15
1
-26
/
+25
*
block: fix warning introduced in efcc7a23
Anthony Liguori
2012-05-10
1
-1
/
+1
*
stream: do not copy unallocated sectors from the base
Paolo Bonzini
2012-05-10
1
-14
/
+4
*
stream: fix ratelimiting corner case
Paolo Bonzini
2012-05-10
1
-5
/
+5
*
stream: pass new base image format to bdrv_change_backing_file
Paolo Bonzini
2012-05-10
1
-2
/
+5
*
block: wait for job callback in block_job_cancel_sync
Paolo Bonzini
2012-05-10
1
-4
/
+3
*
block: add block_job_sleep_ns
Paolo Bonzini
2012-05-10
1
-14
/
+9
*
block: update in-memory backing file and format
Paolo Bonzini
2012-05-10
1
-11
/
+0
*
block: add 'speed' optional parameter to block-stream
Stefan Hajnoczi
2012-04-27
1
-2
/
+3
*
block: change block-job-set-speed argument from 'value' to 'speed'
Stefan Hajnoczi
2012-04-27
1
-4
/
+4
*
block: use Error mechanism instead of -errno for block_job_set_speed()
Stefan Hajnoczi
2012-04-27
1
-3
/
+3
*
block: use Error mechanism instead of -errno for block_job_create()
Stefan Hajnoczi
2012-04-27
1
-6
/
+5
*
block stream: close unused files and update ->backing_hd
Marcelo Tosatti
2012-04-05
1
-0
/
+34
*
block: set job->speed in block_set_speed
Paolo Bonzini
2012-04-05
1
-1
/
+0
*
block: fix streaming/closing race
Paolo Bonzini
2012-04-05
1
-2
/
+4
*
block: add support for partial streaming
Marcelo Tosatti
2012-01-26
1
-4
/
+87
*
block: rate-limit streaming operations
Stefan Hajnoczi
2012-01-26
1
-6
/
+59
*
block: add image streaming block job
Stefan Hajnoczi
2012-01-26
1
-0
/
+133