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
2018-05-23
job: Add job_dismiss()
Kevin Wolf
1
-4
/
+6
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
1
-4
/
+4
2018-05-23
job: Move transactions to Job
Kevin Wolf
1
-3
/
+3
2018-05-23
job: Switch transactions to JobTxn
Kevin Wolf
1
-7
/
+7
2018-05-23
job: Move .complete callback to Job
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Move BlockJobCreateFlags to Job
Kevin Wolf
1
-7
/
+7
2018-05-23
job: Move pause/resume functions to Job
Kevin Wolf
1
-3
/
+3
2018-05-23
job: Move coroutine and related code to Job
Kevin Wolf
1
-4
/
+4
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-8
/
+8
2018-03-19
qapi: add block latency histogram interface
Vladimir Sementsov-Ogievskiy
1
-0
/
+43
2018-03-19
block: Handle null backing link
Max Reitz
1
-14
/
+0
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-3
/
+4
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
1
-2
/
+2
2018-03-19
blockjobs: Expose manual property
John Snow
1
-3
/
+28
2018-03-19
blockjobs: add block-job-finalize
John Snow
1
-0
/
+14
2018-03-19
blockjobs: add block_job_dismiss
John Snow
1
-0
/
+14
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
1
-5
/
+5
2018-03-13
dirty-bitmap: add locked state
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-2
/
+3
2018-02-13
block: maintain persistent disabled bitmaps
Vladimir Sementsov-Ogievskiy
1
-8
/
+2
2018-02-13
block: early check for blockers on drive-mirror
Paolo Bonzini
1
-0
/
+5
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+1
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-01-23
blockdev: Mark BD-{remove,insert}-medium stable
Max Reitz
1
-3
/
+3
2018-01-23
blockdev: Drop BD-{remove,insert}-medium's @device
Max Reitz
1
-7
/
+23
2017-12-22
block: Remove the obsolete -drive boot=on|off parameter
Thomas Huth
1
-11
/
+0
2017-12-19
blockdev: add x-blockdev-set-iothread force boolean
Stefan Hajnoczi
1
-5
/
+6
2017-12-19
blockdev: add x-blockdev-set-iothread testing command
Stefan Hajnoczi
1
-0
/
+41
2017-12-19
block: drop unused BlockDirtyBitmapState->aio_context field
Stefan Hajnoczi
1
-13
/
+0
2017-12-19
block: don't keep AioContext acquired after internal_snapshot_prepare()
Stefan Hajnoczi
1
-16
/
+31
2017-12-19
block: don't keep AioContext acquired after blockdev_backup_prepare()
Stefan Hajnoczi
1
-10
/
+34
2017-12-19
block: don't keep AioContext acquired after drive_backup_prepare()
Stefan Hajnoczi
1
-8
/
+34
2017-12-19
block: don't keep AioContext acquired after external_snapshot_prepare()
Stefan Hajnoczi
1
-23
/
+48
2017-12-19
blockdev: hold AioContext for bdrv_unref() in external_snapshot_clean()
Stefan Hajnoczi
1
-1
/
+1
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
1
-2
/
+2
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-2
/
+2
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-1
/
+0
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
[next]