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
/
block_int.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
block: add close notifiers
Paolo Bonzini
1
-0
/
+2
2012-09-28
stream: add on-error argument
Paolo Bonzini
1
-1
/
+2
2012-09-28
block: introduce block job error
Paolo Bonzini
1
-0
/
+4
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-1
/
+1
2012-09-28
iostatus: rename BlockErrorAction, BlockQMPEventAction
Paolo Bonzini
1
-1
/
+1
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
1
-151
/
+0
2012-09-28
block: fix documentation of block_job_cancel_sync
Paolo Bonzini
1
-7
/
+5
2012-09-28
block: add live block commit functionality
Jeff Cody
1
-0
/
+16
2012-09-24
block: remove keep_read_only flag from BlockDriverState struct
Jeff Cody
1
-1
/
+0
2012-09-24
block: Framework for reopening files safely
Jeff Cody
1
-0
/
+8
2012-08-13
block: block_int: include qerror.h
Luiz Capitulino
1
-0
/
+1
2012-08-06
qcow2: implement lazy refcounts
Stefan Hajnoczi
1
-12
/
+14
2012-07-17
block: Geometry and translation hints are now useless, purge them
Markus Armbruster
1
-1
/
+0
2012-06-15
qemu-img check -r for repairing images
Kevin Wolf
1
-1
/
+2
2012-05-30
block: prevent snapshot mode $TMPDIR symlink attack
Jim Meyering
1
-1
/
+1
2012-05-10
block: wait for job callback in block_job_cancel_sync
Paolo Bonzini
1
-1
/
+10
2012-05-10
block: add block_job_sleep_ns
Paolo Bonzini
1
-7
/
+15
2012-05-10
block: fix snapshot on QED
Paolo Bonzini
1
-0
/
+1
2012-04-27
block: add 'speed' optional parameter to block-stream
Stefan Hajnoczi
1
-3
/
+6
2012-04-27
block: change block-job-set-speed argument from 'value' to 'speed'
Stefan Hajnoczi
1
-2
/
+2
2012-04-27
block: use Error mechanism instead of -errno for block_job_set_speed()
Stefan Hajnoczi
1
-2
/
+3
2012-04-27
block: use Error mechanism instead of -errno for block_job_create()
Stefan Hajnoczi
1
-4
/
+7
2012-04-20
qcow2: Version 3 images
Kevin Wolf
1
-0
/
+1
2012-04-05
block: document job API
Paolo Bonzini
1
-3
/
+112
2012-04-05
block: fix streaming/closing race
Paolo Bonzini
1
-0
/
+2
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
1
-18
/
+0
2012-02-29
qapi: Introduce blockdev-group-snapshot-sync command
Jeff Cody
1
-0
/
+6
2012-02-29
block: drop aio_multiwrite in BlockDriver
Paolo Bonzini
1
-6
/
+0
2012-02-29
block: remove unused fields in BlockDriverState
Paolo Bonzini
1
-5
/
+0
2012-02-22
block: bdrv_eject(): Make eject_flag a real bool
Luiz Capitulino
1
-1
/
+1
2012-02-09
block: add .bdrv_co_write_zeroes() interface
Stefan Hajnoczi
1
-0
/
+8
2012-01-26
block: add support for partial streaming
Marcelo Tosatti
1
-1
/
+2
2012-01-26
block: add image streaming block job
Stefan Hajnoczi
1
-0
/
+3
2012-01-26
block: add BlockJob interface for long-running operations
Stefan Hajnoczi
1
-0
/
+40
2012-01-26
block: make copy-on-read a per-request flag
Stefan Hajnoczi
1
-0
/
+3
2011-12-05
block: add interface to toggle copy-on-read
Stefan Hajnoczi
1
-0
/
+2
2011-12-05
block: add request tracking
Stefan Hajnoczi
1
-0
/
+4
2011-12-05
block: drop .bdrv_is_allocated() interface
Stefan Hajnoczi
1
-2
/
+0
2011-12-05
block: add .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-0
/
+2
2011-12-05
block: add I/O throttling algorithm
Zhi Yong Wu
1
-0
/
+1
2011-12-05
block: add the blockio limits command line support
Zhi Yong Wu
1
-0
/
+29
2011-11-21
block: allow migration to work with image files (v3)
Anthony Liguori
1
-0
/
+5
2011-11-11
block: Introduce bdrv_co_flush_to_os
Kevin Wolf
1
-0
/
+7
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-1
/
+6
2011-10-27
qapi: Convert query-block
Luiz Capitulino
1
-1
/
+2
2011-10-27
block: iostatus: Drop BDRV_IOS_INVAL
Luiz Capitulino
1
-0
/
+1
2011-10-21
block: change discard to co_discard
Paolo Bonzini
1
-2
/
+0
2011-10-21
block: change flush to co_flush
Paolo Bonzini
1
-1
/
+0
2011-10-21
block: add bdrv_co_discard and bdrv_aio_discard support
Paolo Bonzini
1
-2
/
+7
2011-10-21
block: unify flush implementations
Paolo Bonzini
1
-0
/
+1
[next]