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: remove format defaults from QemuOpts in bdrv_create_file()
Stefano Garzarella
2021-03-19
1
-1
/
+35
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
2021-03-11
1
-4
/
+2
|
\
|
*
block: drop extra error propagation for bdrv_set_backing_hd
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-4
/
+2
*
|
block: Clarify error messages pertaining to 'node-name'
Connor Kuehl
2021-03-08
1
-4
/
+4
|
/
*
block: add bdrv_co_delete_file_noerr
Maxim Levitsky
2021-02-15
1
-0
/
+22
*
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-4
/
+2
*
block: return status from bdrv_append and friends
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-21
/
+37
*
block: move blk_exp_close_all() to qemu_cleanup()
Sergio Lopez
2021-02-02
1
-1
/
+0
*
block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
Sergio Lopez
2021-02-02
1
-7
/
+27
*
block: add API function to insert a node
Andrey Shinkevich
2021-01-26
1
-0
/
+25
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
1
-11
/
+12
|
\
|
*
block: Use GString instead of QString to build filenames
Markus Armbruster
2020-12-19
1
-5
/
+6
|
*
block: Avoid qobject_get_try_str()
Markus Armbruster
2020-12-19
1
-3
/
+3
|
*
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
1
-3
/
+3
*
|
block: bdrv_check_perm(): process children anyway
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-2
/
+5
*
|
block: drop tighten_restrictions
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-72
/
+17
*
|
block: bdrv_child_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-11
/
+4
*
|
block: bdrv_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-14
/
+15
*
|
block: add bdrv_refresh_perms() helper
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-30
/
+31
|
/
*
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-1
/
+16
*
fuse: Allow exporting BDSs via FUSE
Max Reitz
2020-12-11
1
-0
/
+1
*
block: make bdrv_drop_intermediate() less wrong
Vladimir Sementsov-Ogievskiy
2020-11-09
1
-30
/
+24
*
block: add bdrv_replace_node_common()
Vladimir Sementsov-Ogievskiy
2020-11-09
1
-3
/
+22
*
block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache()
Vladimir Sementsov-Ogievskiy
2020-11-09
1
-0
/
+1
*
block: Fix integer promotion error in bdrv_getlength()
Eric Blake
2020-11-09
1
-2
/
+7
*
qapi: Add QAPI_LIST_PREPEND() macro
Eric Blake
2020-10-30
1
-16
/
+6
*
block: Simplify QAPI_LIST_ADD
Eric Blake
2020-10-30
1
-1
/
+1
*
block: End quiescent sections when a BDS is deleted
Greg Kurz
2020-10-27
1
-0
/
+9
*
block: Add bdrv_lock()/unlock()
Kevin Wolf
2020-10-09
1
-0
/
+27
*
block: Add bdrv_co_enter()/leave()
Kevin Wolf
2020-10-09
1
-0
/
+23
*
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
2020-10-05
1
-73
/
+0
*
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
2020-10-05
1
-4
/
+4
*
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
2020-10-05
1
-14
/
+18
*
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
1
-1
/
+1
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-2
/
+2
*
qemu/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-1
/
+1
*
block: Leave BDS.backing_{file,format} constant
Max Reitz
2020-09-07
1
-8
/
+27
*
block: Improve get_allocated_file_size's default
Max Reitz
2020-09-07
1
-3
/
+39
*
block: Use CAFs for debug breakpoints
Max Reitz
2020-09-07
1
-13
/
+3
*
block: Use CAFs in bdrv_refresh_filename()
Max Reitz
2020-09-07
1
-8
/
+21
*
block: Re-evaluate backing file handling in reopen
Max Reitz
2020-09-07
1
-9
/
+40
*
block: Use CAFs when working with backing chains
Max Reitz
2020-09-07
1
-14
/
+30
*
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
2020-09-07
1
-11
/
+20
*
block: Add bdrv_supports_compressed_writes()
Max Reitz
2020-09-07
1
-0
/
+23
*
block: Drop bdrv_is_encrypted()
Max Reitz
2020-09-07
1
-8
/
+0
*
block: Include filters when freezing backing chain
Max Reitz
2020-09-07
1
-21
/
+39
*
block: bdrv_set_backing_hd() is about bs->backing
Max Reitz
2020-09-07
1
-2
/
+2
*
block: bdrv_cow_child() for bdrv_has_zero_init()
Max Reitz
2020-09-07
1
-1
/
+1
*
block: Add chain helper functions
Max Reitz
2020-09-07
1
-0
/
+62
*
block: Add child access functions
Max Reitz
2020-09-07
1
-0
/
+91
[next]