index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-19
block: Make it easier to learn which BDS support bitmaps
Eric Blake
2020-05-19
qemu-img: Fix stale comments on doc location
Eric Blake
2020-05-19
docs: Sort sections on qemu-img subcommand parameters
Eric Blake
2020-05-19
bitmaps: Update maintainer
Eric Blake
2020-05-19
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-05-18
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-18' into st...
Peter Maydell
2020-05-18
aio-posix: disable fdmon-io_uring when GSource is used
Stefan Hajnoczi
2020-05-18
aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()
Stefan Hajnoczi
2020-05-18
hw: Use QEMU_IS_ALIGNED() on parallel flash block size
Philippe Mathieu-Daudé
2020-05-18
iotests/030: Reduce run time by unthrottling job earlier
Kevin Wolf
2020-05-18
hw/ide/ahci: Log lost IRQs
Philippe Mathieu-Daudé
2020-05-18
iotests: log messages from notrun()
John Snow
2020-05-18
block/block-copy: Simplify block_copy_do_copy()
Philippe Mathieu-Daudé
2020-05-18
block/block-copy: Fix uninitialized variable in block_copy_task_entry
Philippe Mathieu-Daudé
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
block: Pass BdrvChildRole in remaining cases
Max Reitz
2020-05-18
block: Drop child_file
Max Reitz
2020-05-18
block: Drop bdrv_format_default_perms()
Max Reitz
2020-05-18
block: Make bdrv_filter_default_perms() static
Max Reitz
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
tests: Use child_of_bds instead of child_file
Max Reitz
2020-05-18
block: Use child_of_bds in remaining places
Max Reitz
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
block: Make format drivers use child_of_bds
Max Reitz
2020-05-18
block: Drop child_backing
Max Reitz
2020-05-18
block: Make backing files child_of_bds children
Max Reitz
2020-05-18
block: Drop child_format
Max Reitz
2020-05-18
block: Switch child_format users to child_of_bds
Max Reitz
2020-05-18
raw-format: Split raw_read_options()
Max Reitz
2020-05-18
block: Add bdrv_default_perms()
Max Reitz
2020-05-18
block: Relax *perms_for_storage for data children
Max Reitz
2020-05-18
block: Pull out bdrv_default_perms_for_storage()
Max Reitz
2020-05-18
block: Pull out bdrv_default_perms_for_cow()
Max Reitz
2020-05-18
block: Distinguish paths in *_format_default_perms
Max Reitz
2020-05-18
block: Add child_of_bds
Max Reitz
2020-05-18
block: Unify bdrv_child_cb_detach()
Max Reitz
2020-05-18
block: Unify bdrv_child_cb_attach()
Max Reitz
2020-05-18
block: Use bdrv_inherited_options()
Max Reitz
2020-05-18
block: Add generic bdrv_inherited_options()
Max Reitz
2020-05-18
block: Rename bdrv_inherited_options()
Max Reitz
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
block: Add BdrvChildRole and BdrvChildRoleBits
Max Reitz
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
2020-05-18
block: Mark commit, mirror, blkreplay as filters
Max Reitz
2020-05-18
block: Use bdrv_make_empty() where possible
Max Reitz
[next]