index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Simplify append_open_options()
Alberto Garcia
2018-08-15
1
-5
/
+2
*
block: Update bs->options if bdrv_reopen() succeeds
Alberto Garcia
2018-08-15
1
-1
/
+14
*
block: Simplify bdrv_reopen_abort()
Alberto Garcia
2018-08-15
1
-5
/
+4
*
block: Remove children options from bs->{options,explicit_options}
Alberto Garcia
2018-08-15
1
-0
/
+11
*
block: make .bdrv_close optional
Vladimir Sementsov-Ogievskiy
2018-08-15
1
-1
/
+3
*
block: Fix typos in comments (found by codespell)
Stefan Weil
2018-07-23
1
-1
/
+1
*
block: Poll after drain on attaching a node
Kevin Wolf
2018-07-10
1
-1
/
+1
*
block: Don't silently truncate node names
Kevin Wolf
2018-07-05
1
-0
/
+6
*
block: Move two block permission constants to the relevant enum
Ari Sundholm
2018-07-05
1
-6
/
+0
*
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
2018-06-29
1
-110
/
+1
*
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
1
-8
/
+55
*
block: Generalize should_update_child() rule
Max Reitz
2018-06-18
1
-10
/
+34
*
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
2018-06-18
1
-3
/
+31
*
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
2018-06-18
1
-4
/
+7
*
block: Don't poll in parent drain callbacks
Kevin Wolf
2018-06-18
1
-1
/
+1
*
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
2018-06-18
1
-1
/
+1
*
block: Really pause block jobs on drain
Kevin Wolf
2018-06-18
1
-0
/
+9
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
block: Make bdrv_is_writable() public
Max Reitz
2018-06-11
1
-3
/
+14
*
block: Add Error parameter to bdrv_amend_options
Max Reitz
2018-06-11
1
-2
/
+6
*
block: Cancel job in bdrv_close_all() callers
Kevin Wolf
2018-05-23
1
-3
/
+1
*
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
1
-1
/
+3
*
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
2018-05-04
1
-4
/
+4
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-39
/
+39
*
block: Deprecate "backing": ""
Max Reitz
2018-03-19
1
-0
/
+4
*
block: Handle null backing link
Max Reitz
2018-03-19
1
-1
/
+4
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-2
/
+2
*
block: Fix leak of ignore_children in error path
Fam Zheng
2018-03-19
1
-1
/
+1
*
block: Fix flags in reopen queue
Fam Zheng
2018-03-19
1
-0
/
+8
*
block: Fail bdrv_truncate() with negative size
Kevin Wolf
2018-03-09
1
-0
/
+5
*
block: Make bdrv_is_whitelisted() public
Kevin Wolf
2018-03-09
1
-1
/
+1
*
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
2018-03-09
1
-0
/
+47
*
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
2018-03-09
1
-3
/
+40
*
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
2018-03-09
1
-4
/
+37
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-06
1
-3
/
+8
|
\
|
*
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
1
-2
/
+2
|
*
block: add BlockBackend->in_flight counter
Stefan Hajnoczi
2018-03-02
1
-1
/
+1
|
*
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
2018-03-02
1
-0
/
+5
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+0
*
|
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2018-03-02
1
-1
/
+0
|
/
*
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
1
-7
/
+1
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qmp-commands.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
2017-12-22
1
-7
/
+16
*
block: Allow graph changes in subtree drained section
Kevin Wolf
2017-12-22
1
-3
/
+29
*
block: Don't notify parents in drain call chain
Kevin Wolf
2017-12-22
1
-4
/
+9
[next]