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
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-08
block: iterate_format with account of whitelisting
Andrey Shinkevich
1
-4
/
+19
2019-02-25
block: BDS options may lack the "driver" option
Max Reitz
1
-0
/
+6
2019-02-25
block: Do not copy exact_filename from format file
Max Reitz
1
-3
/
+15
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
1
-109
/
+22
2019-02-25
block: Generically refresh runtime options
Max Reitz
1
-1
/
+115
2019-02-25
block: Use bdrv_dirname() for relative filenames
Max Reitz
1
-7
/
+13
2019-02-25
block: Add bdrv_dirname()
Max Reitz
1
-0
/
+27
2019-02-25
block: Fix bdrv_find_backing_image()
Max Reitz
1
-23
/
+10
2019-02-25
block: Add bdrv_make_absolute_filename()
Max Reitz
1
-7
/
+20
2019-02-25
block: bdrv_get_full_backing_filename's ret. val.
Max Reitz
1
-31
/
+17
2019-02-25
block: bdrv_get_full_backing_filename_from_...'s ret. val.
Max Reitz
1
-16
/
+37
2019-02-25
block: Make path_combine() return the path
Max Reitz
1
-38
/
+47
2019-02-25
block: Respect backing bs in bdrv_refresh_filename
Max Reitz
1
-1
/
+37
2019-02-25
block: Add BDS.auto_backing_file
Max Reitz
1
-0
/
+19
2019-02-25
block: Skip implicit nodes for filename info
Max Reitz
1
-0
/
+14
2019-02-25
block: Use children list in bdrv_refresh_filename
Max Reitz
1
-4
/
+5
2019-02-25
block: Use bdrv_refresh_filename() to pull
Max Reitz
1
-16
/
+15
2019-02-25
block: fix bdrv_check_perm for non-tree subgraph
Vladimir Sementsov-Ogievskiy
1
-1
/
+26
2019-02-25
block: improve should_update_child
Vladimir Sementsov-Ogievskiy
1
-6
/
+37
2019-02-25
block: Use normal drain for bdrv_set_aio_context()
Kevin Wolf
1
-9
/
+6
2019-02-25
block: Fix AioContext switch for drained node
Kevin Wolf
1
-0
/
+7
2019-02-25
block: Don't poll in bdrv_set_aio_context()
Kevin Wolf
1
-4
/
+0
2019-02-25
block: don't set the same context
Denis Plotnikov
1
-0
/
+4
2019-02-11
bdrv_query_image_info Error parameter added
Andrey Shinkevich
1
-2
/
+3
2019-02-01
block: Fix invalidate_cache error path for parent activation
Kevin Wolf
1
-0
/
+1
2019-02-01
block: Apply auto-read-only for ro-whitelist drivers
Kevin Wolf
1
-7
/
+13
2019-02-01
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
1
-2
/
+4
2019-01-31
qapi: add x-debug-query-block-graph
Vladimir Sementsov-Ogievskiy
1
-0
/
+148
2018-12-14
block: Assert that flags are up-to-date in bdrv_reopen_prepare()
Alberto Garcia
1
-0
/
+6
2018-12-14
block: Remove assertions from update_flags_from_options()
Alberto Garcia
1
-4
/
+0
2018-12-14
block: Stop passing flags to bdrv_reopen_queue_child()
Alberto Garcia
1
-29
/
+19
2018-12-14
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
1
-2
/
+3
2018-12-14
block: Drop bdrv_reopen()
Alberto Garcia
1
-21
/
+0
2018-12-14
block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()
Alberto Garcia
1
-5
/
+5
2018-12-14
block: Add bdrv_reopen_set_read_only()
Alberto Garcia
1
-0
/
+17
2018-11-27
block: Don't inactivate children before parents
Kevin Wolf
1
-31
/
+53
2018-11-22
block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()
Alberto Garcia
1
-0
/
+16
2018-11-22
block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()
Alberto Garcia
1
-0
/
+21
2018-11-22
block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options()
Alberto Garcia
1
-3
/
+1
2018-11-19
block: Always abort reopen after prepare succeeded
Max Reitz
1
-0
/
+12
2018-11-05
block: Require auto-read-only for existing fallbacks
Kevin Wolf
1
-15
/
+27
2018-11-05
block: Add auto-read-only option
Kevin Wolf
1
-0
/
+17
2018-11-05
block: Update flags in bdrv_set_read_only()
Kevin Wolf
1
-0
/
+7
2018-11-05
block: replace "discard" literal with BDRV_OPT_DISCARD macro
Alberto Garcia
1
-3
/
+3
2018-10-29
dirty-bitmaps: clean-up bitmaps loading and migration logic
Vladimir Sementsov-Ogievskiy
1
-4
/
+7
2018-10-19
block: Clean up bdrv_img_create()'s error reporting
Markus Armbruster
1
-3
/
+0
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-3
/
+3
2018-10-01
block: Allow changing 'detect-zeroes' on reopen
Alberto Garcia
1
-24
/
+40
2018-10-01
block: Allow changing 'discard' on reopen
Alberto Garcia
1
-0
/
+11
2018-10-01
block: Forbid trying to change unsupported options during reopen
Alberto Garcia
1
-15
/
+7
[next]