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
2017-07-24
block: Use JSON null instead of "" to disable backing file
Markus Armbruster
1
-0
/
+14
2017-07-18
blockdev: move BDRV_O_NO_BACKING option forward
John Snow
1
-5
/
+6
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
1
-1
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-1
/
+1
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-1
/
+1
2017-07-11
qmp: block-dirty-bitmap-remove: remove persistent
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2017-07-11
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
1
-0
/
+25
2017-07-11
qmp: add autoload parameter to block-dirty-bitmap-add
Vladimir Sementsov-Ogievskiy
1
-2
/
+16
2017-07-11
qmp: add persistent flag to block-dirty-bitmap-add
Vladimir Sementsov-Ogievskiy
1
-1
/
+17
2017-07-11
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
1
-35
/
+2
2017-07-10
blockdev: Print a warning for legacy drive options that belong to -device
Thomas Huth
1
-0
/
+14
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
1
-2
/
+3
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-2
/
+3
2017-06-16
block: split BlockAcctStats creation and setup
Paolo Bonzini
1
-1
/
+1
2017-06-16
block: introduce dirty_bitmap_mutex
Paolo Bonzini
1
-37
/
+7
2017-06-16
block: access copy_on_read with atomic ops
Paolo Bonzini
1
-1
/
+1
2017-06-09
block: fix external snapshot abort permission error
Jeff Cody
1
-0
/
+4
2017-05-24
blockjob: move iostatus reset inside block_job_user_resume
Paolo Bonzini
1
-1
/
+0
2017-05-11
blockdev: use drained_begin/end for qmp_block_resize
John Snow
1
-3
/
+2
2017-05-11
block: Reuse bs as backing hd for drive-backup sync=none
Fam Zheng
1
-1
/
+14
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-17
/
+13
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-20
/
+1
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
1
-1
/
+1
2017-04-24
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
1
-5
/
+5
2017-04-07
block: Fix unpaired aio_disable_external in external snapshot
Fam Zheng
1
-2
/
+2
2017-03-28
block: Declare blockdev-add and blockdev-del supported
Markus Armbruster
1
-2
/
+2
2017-03-17
blockdev: fix bitmap clear undo
John Snow
1
-1
/
+3
2017-03-07
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
1
-1
/
+1
2017-03-07
block: Fix blockdev-snapshot error handling
Kevin Wolf
1
-1
/
+3
2017-02-28
block: Add Error parameter to bdrv_append()
Kevin Wolf
1
-3
/
+15
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
1
-3
/
+7
2017-02-28
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
1
-1
/
+11
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-4
/
+15
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-2
/
+9
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-2
/
+2
2017-02-28
throttle: factor out duplicate code
Pradeep Jagadeesh
1
-77
/
+6
2017-02-24
blockdev: Use BlockBackend to resize in qmp_block_resize()
Kevin Wolf
1
-1
/
+6
2017-02-21
blockdev: Make orphaned -drive fatal
Markus Armbruster
1
-7
/
+7
2017-02-21
blockdev: Improve message for orphaned -drive
Markus Armbruster
1
-4
/
+7
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2016-11-14
blockjob: refactor backup_start as backup_job_create
John Snow
1
-29
/
+52
2016-11-01
Blockjobs: Internalize user_pause logic
John Snow
1
-7
/
+5
2016-11-01
blockjob: centralize QMP event emissions
John Snow
1
-34
/
+8
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
1
-4
/
+7
2016-11-01
blockjobs: hide internal jobs from management API
John Snow
1
-4
/
+13
2016-10-31
block: Add 'base-node' parameter to the 'block-stream' command
Alberto Garcia
1
-0
/
+21
2016-10-31
block: Add QMP support for streaming to an intermediate layer
Alberto Garcia
1
-6
/
+9
2016-10-31
block: Check blockers in all nodes involved in a block-commit job
Alberto Garcia
1
-2
/
+9
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-1
/
+1
[next]