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
/
blockdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2016-09-13
qtail: clean up direct access to tqe_prev field
Igor Mammedov
1
-1
/
+1
2016-09-13
mirror: auto complete active commit
Wen Congyang
1
-1
/
+1
2016-09-05
blockdev-backup: added support for data compression
Pavel Butsykin
1
-2
/
+5
2016-09-05
drive-backup: added support for data compression
Pavel Butsykin
1
-3
/
+6
2016-09-05
block: simplify blockdev-backup
Pavel Butsykin
1
-46
/
+20
2016-09-05
block: simplify drive-backup
Pavel Butsykin
1
-75
/
+36
2016-09-05
block: Accept node-name for drive-mirror
Kevin Wolf
1
-11
/
+3
2016-09-05
block: Accept node-name for drive-backup
Kevin Wolf
1
-27
/
+9
2016-09-05
block: Accept node-name for change-backing-file
Kevin Wolf
1
-12
/
+3
2016-09-05
block: Accept node-name for blockdev-snapshot-internal-sync
Kevin Wolf
1
-12
/
+3
2016-09-05
block: Accept node-name for blockdev-snapshot-delete-internal-sync
Kevin Wolf
1
-13
/
+3
2016-09-05
block: Accept node-name for blockdev-mirror
Kevin Wolf
1
-9
/
+1
2016-09-05
block: Accept node-name for blockdev-backup
Kevin Wolf
1
-23
/
+8
2016-09-05
block: Accept node-name for block-commit
Kevin Wolf
1
-12
/
+11
2016-09-05
block: Accept node-name for block-stream
Kevin Wolf
1
-12
/
+25
2016-08-05
block: Accept any target node for transactional blockdev-backup
Kevin Wolf
1
-4
/
+4
2016-07-19
block: Simplify drive-mirror
Eric Blake
1
-44
/
+34
2016-07-19
block: Simplify block_set_io_throttle
Eric Blake
1
-71
/
+40
2016-07-13
blockdev: Fix regression with the default naming of throttling groups
Alberto Garcia
1
-2
/
+4
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
1
-4
/
+5
2016-07-13
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
1
-3
/
+3
2016-07-13
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
Alberto Garcia
1
-19
/
+24
2016-07-13
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
Alberto Garcia
1
-7
/
+8
2016-07-13
block: Use block_job_get() in find_block_job()
Alberto Garcia
1
-27
/
+13
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-5
/
+4
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-06-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...
Peter Maydell
1
-9
/
+3
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-9
/
+3
2016-06-20
blockjob: move iostatus reset out of block_job_enter()
Stefan Hajnoczi
1
-0
/
+1
2016-06-16
block/mirror: Fix target backing BDS
Max Reitz
1
-3
/
+12
2016-06-16
block: use the block job list in qmp_query_block_jobs()
Alberto Garcia
1
-12
/
+8
2016-06-16
blockdev: clarify error on attempt to open locked tray
Colin Lord
1
-2
/
+5
2016-06-08
blockdev: clean up error handling in do_open_tray
Colin Lord
1
-18
/
+28
2016-06-07
blockdev-backup: Don't move target AioContext if it's attached
Fam Zheng
1
-1
/
+11
2016-06-07
blockdev-backup: Use bdrv_lookup_bs on target
Fam Zheng
1
-10
/
+3
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
1
-3
/
+1
2016-05-25
mirror: Use BlockBackend for I/O
Kevin Wolf
1
-3
/
+1
2016-05-25
mirror: Allow target that already has a BlockBackend
Kevin Wolf
1
-4
/
+0
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
1
-5
/
+1
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
1
-24
/
+14
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
1
-2
/
+2
2016-05-19
block: clarify error message for qmp-eject
John Snow
1
-11
/
+40
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
1
-8
/
+8
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-1
/
+2
2016-05-19
Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"
Kevin Wolf
1
-7
/
+0
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
1
-18
/
+9
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-8
/
+8
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-2
/
+2
2016-05-19
block: Make sure throttled BDSes always have a BB
Kevin Wolf
1
-2
/
+2
[next]