index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-17
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
block: reverse order for reopen commits
Vladimir Sementsov-Ogievskiy
2019-10-17
block: switch reopen queue from QSIMPLEQ to QTAILQ
Vladimir Sementsov-Ogievskiy
2019-10-17
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
Vladimir Sementsov-Ogievskiy
2019-10-10
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2019-10-10
block: teach bdrv_debug_breakpoint skip filters with backing
Vladimir Sementsov-Ogievskiy
2019-09-03
block: fix permission update in bdrv_replace_node
Vladimir Sementsov-Ogievskiy
2019-08-19
block: Add bdrv_has_zero_init_truncate()
Max Reitz
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
block: Reduce (un)drains when replacing a child
Max Reitz
2019-08-16
block: Keep subtree drained in drop_intermediate
Max Reitz
2019-08-16
block: Simplify bdrv_filter_default_perms()
Kevin Wolf
2019-07-22
block: Only the main loop can change AioContexts
Max Reitz
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
2019-07-19
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
2019-07-15
block: Deep-clear inherits_from
Max Reitz
2019-07-15
block: Add BDS.never_freeze
Max Reitz
2019-06-18
block: Ignore loosening perm restrictions failures
Max Reitz
2019-06-18
block: Add *tighten_restrictions to *check*_perm()
Max Reitz
2019-06-18
block: Fix order in bdrv_replace_child()
Max Reitz
2019-06-18
block: Add bdrv_child_refresh_perms()
Max Reitz
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
2019-06-04
block: Remove bdrv_set_aio_context()
Kevin Wolf
2019-06-04
block: Remove wrong bdrv_set_aio_context() calls
Kevin Wolf
2019-06-04
block: Move node without parents to main AioContext
Kevin Wolf
2019-06-04
block: Adjust AioContexts when attaching nodes
Kevin Wolf
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
block: Drain source node in bdrv_replace_node()
Kevin Wolf
2019-05-28
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
2019-05-28
block: Use bdrv_unref_child() for all children in bdrv_close()
Alberto Garcia
2019-05-20
block: Improve "Block node is read-only" message
Max Reitz
2019-05-20
block: Propagate AioContext change to parents
Kevin Wolf
2019-05-20
block: Move recursion to bdrv_set_aio_context()
Kevin Wolf
2019-05-20
block: Make bdrv_attach/detach_aio_context() static
Kevin Wolf
2019-05-20
block: Add bdrv_try_set_aio_context()
Kevin Wolf
2019-05-10
block: remove bs from lists before closing
Anton Kuchin
2019-05-10
block: Add coroutine_fn to bdrv_check_co_entry
Nikita Alekseev
2019-05-07
block: Assert that drv->bdrv_child_perm is set in bdrv_child_perm()
Alberto Garcia
2019-04-30
block: Fix AioContext switch for bs->drv == NULL
Kevin Wolf
2019-04-08
block: Forward 'discard' to temporary overlay
Kevin Wolf
2019-04-02
block: continue until base is found in bdrv_freeze_backing_chain() et al
Alberto Garcia
2019-03-19
block: Silence Coverity in bdrv_drop_intermediate()
Kevin Wolf
2019-03-12
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
2019-03-12
block: Add bdrv_reset_options_allowed()
Alberto Garcia
2019-03-12
block: Allow changing the backing file on reopen
Alberto Garcia
2019-03-12
block: Allow omitting the 'backing' option in certain cases
Alberto Garcia
[next]