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: 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
*
block: Open backing image in force share mode for size probe
Fam Zheng
2017-12-22
1
-1
/
+2
*
block: Formats don't need CONSISTENT_READ with NO_IO
Kevin Wolf
2017-12-22
1
-1
/
+5
*
block: avoid recursive AioContext acquire in bdrv_inactivate_all()
Paolo Bonzini
2017-12-19
1
-3
/
+11
*
block: Close a BlockDriverState completely even when bs->drv is NULL
Alberto Garcia
2017-11-21
1
-29
/
+28
*
block: Don't use BLK_PERM_CONSISTENT_READ for format probing
Kevin Wolf
2017-11-21
1
-1
/
+4
*
block: Make bdrv_next() keep strong references
Max Reitz
2017-11-17
1
-0
/
+3
*
block: Guard against NULL bs->drv
Max Reitz
2017-11-17
1
-1
/
+18
*
block: qobject_is_equal() in bdrv_reopen_prepare()
Max Reitz
2017-11-17
1
-11
/
+18
*
block: Fix permissions in image activation
Kevin Wolf
2017-11-17
1
-10
/
+22
*
block: Deprecate bdrv_set_read_only() and users
Kevin Wolf
2017-11-17
1
-0
/
+5
*
block: Fix error path in bdrv_backing_update_filename()
Kevin Wolf
2017-11-17
1
-1
/
+1
*
block: don't add 'driver' to options when referring to backing via node name
Peter Krempa
2017-10-26
1
-1
/
+2
*
commit: Remove overlay_bs
Kevin Wolf
2017-10-06
1
-2
/
+4
*
commit: Support multiple roots above top node
Kevin Wolf
2017-10-06
1
-28
/
+40
*
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
2017-10-06
1
-5
/
+28
*
dirty-bitmap: Avoid size query failure during truncate
Eric Blake
2017-10-06
1
-5
/
+11
*
block: Make bdrv_img_create() size selection easier to read
Eric Blake
2017-10-06
1
-1
/
+1
*
block: Fix permissions after bdrv_reopen()
Kevin Wolf
2017-09-26
1
-0
/
+64
*
block: reopen: Queue children after their parents
Kevin Wolf
2017-09-26
1
-13
/
+13
*
block: Base permissions on rw state after reopen
Kevin Wolf
2017-09-26
1
-15
/
+37
*
block: Add reopen queue to bdrv_check_perm()
Kevin Wolf
2017-09-26
1
-15
/
+19
*
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
2017-09-26
1
-7
/
+12
*
block: remove unused bdrv_media_changed
Manos Pitsidianakis
2017-09-04
1
-14
/
+0
*
block: pass bdrv_* methods to bs->file by default in block filters
Manos Pitsidianakis
2017-09-04
1
-2
/
+19
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
1
-1
/
+1
*
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
1
-1
/
+0
*
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
2017-09-04
1
-1
/
+0
*
block: Update open_flags after ->inactivate() callback
Stefan Hajnoczi
2017-08-23
1
-4
/
+3
*
block: Set BDRV_O_ALLOW_RDWR during rw reopen
Kevin Wolf
2017-08-08
1
-1
/
+4
[next]