aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-19blockdev: Promote several bitmap functions to non-staticEric Blake2-28/+31
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake6-0/+21
2020-05-19qemu-img: Fix stale comments on doc locationEric Blake2-2/+2
2020-05-19docs: Sort sections on qemu-img subcommand parametersEric Blake1-24/+24
2020-05-19bitmaps: Update maintainerEric Blake1-3/+4
2020-05-19Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-24/+69
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell58-580/+1003
2020-05-19ui: increase min required GTK version to 3.22.0Volker Rümelin2-84/+9
2020-05-19ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin1-4/+29
2020-05-19ui/gtk: don't pass on win keys without keyboard grabVolker Rümelin1-1/+8
2020-05-19ui/sdl2-input: use trace-events to debug key eventsVolker Rümelin2-0/+6
2020-05-19ui/sdl2: start in full screen with grab enabledVolker Rümelin1-5/+4
2020-05-19ui/sdl2: fix handling of AltGr key on WindowsVolker Rümelin1-0/+24
2020-05-19ui/gtk: remove unused variable ignore_keysVolker Rümelin1-9/+0
2020-05-19ui/gtk: remove unused codeVolker Rümelin1-9/+0
2020-05-19ui/gkt: release all keys on grab-broken-eventVolker Rümelin1-0/+21
2020-05-19ui/gtk: fix handling of AltGr key on WindowsVolker Rümelin1-1/+29
2020-05-19ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin5-0/+138
2020-05-18Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-18' into st...Peter Maydell7-58/+86
2020-05-18aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi4-0/+20
2020-05-18aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()Stefan Hajnoczi2-3/+11
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé6-6/+6
2020-05-18iotests/030: Reduce run time by unthrottling job earlierKevin Wolf1-3/+3
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé1-0/+1
2020-05-18iotests: log messages from notrun()John Snow1-6/+5
2020-05-18block/block-copy: Simplify block_copy_do_copy()Philippe Mathieu-Daudé1-9/+3
2020-05-18block/block-copy: Fix uninitialized variable in block_copy_task_entryPhilippe Mathieu-Daudé1-1/+1
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz13-59/+22
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz2-5/+10
2020-05-18block: Drop child_fileMax Reitz3-43/+5
2020-05-18block: Drop bdrv_format_default_perms()Max Reitz2-30/+0
2020-05-18block: Make bdrv_filter_default_perms() staticMax Reitz2-16/+11
2020-05-18block: Use bdrv_default_perms()Max Reitz23-37/+43
2020-05-18tests: Use child_of_bds instead of child_fileMax Reitz2-14/+21
2020-05-18block: Use child_of_bds in remaining placesMax Reitz4-7/+19
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz8-12/+22
2020-05-18block: Make format drivers use child_of_bdsMax Reitz12-29/+50
2020-05-18block: Drop child_backingMax Reitz2-58/+3
2020-05-18block: Make backing files child_of_bds childrenMax Reitz4-14/+30
2020-05-18block: Drop child_formatMax Reitz2-30/+0
2020-05-18block: Switch child_format users to child_of_bdsMax Reitz2-4/+6
2020-05-18raw-format: Split raw_read_options()Max Reitz1-45/+65
2020-05-18block: Add bdrv_default_perms()Max Reitz2-0/+43
2020-05-18block: Relax *perms_for_storage for data childrenMax Reitz1-10/+48
2020-05-18block: Pull out bdrv_default_perms_for_storage()Max Reitz1-25/+46
2020-05-18block: Pull out bdrv_default_perms_for_cow()Max Reitz1-22/+40
2020-05-18block: Distinguish paths in *_format_default_permsMax Reitz1-6/+13
2020-05-18block: Add child_of_bdsMax Reitz2-0/+25
2020-05-18block: Unify bdrv_child_cb_detach()Max Reitz1-7/+20
2020-05-18block: Unify bdrv_child_cb_attach()Max Reitz1-7/+20