aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell6-10/+148
2020-05-21Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i...Peter Maydell10-109/+264
2020-05-21Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-05-18-v3' ...Peter Maydell14-329/+671
2020-05-20qemu-options: updates for abstract unix socketsxiaoqiang zhao1-2/+6
2020-05-20tests/util-sockets: add abstract unix socket casesxiaoqiang zhao1-0/+92
2020-05-20qemu-sockets: add abstract UNIX domain socket supportxiaoqiang zhao4-8/+50
2020-05-19Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200519' into stagingPeter Maydell22-1395/+547
2020-05-19qemu-img: Add bitmap sub-commandEric Blake3-0/+279
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson2-41/+41
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson2-265/+41
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson2-246/+41
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson3-229/+42
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson2-224/+41
2020-05-19softfloat: Name compare relation enumRichard Henderson12-70/+75
2020-05-19softfloat: Name rounding mode enumRichard Henderson6-51/+66
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson4-44/+28
2020-05-19softfloat: Replace flag with boolRichard Henderson10-190/+174
2020-05-19softfloat: Use post test for floatN_mulRichard Henderson1-51/+14
2020-05-19blockdev: Split off basic bitmap operations for qemu-imgEric Blake5-286/+324
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