]> Git Repo - qemu.git/shortlog
qemu.git
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2020-05-21 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-05-20 xiaoqiang zhaoqemu-options: updates for abstract unix sockets
2020-05-20 xiaoqiang zhaotests/util-sockets: add abstract unix socket cases
2020-05-20 xiaoqiang zhaoqemu-sockets: add abstract UNIX domain socket support
2020-05-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-05-19 Eric Blakeqemu-img: Add bitmap sub-command
2020-05-19 Richard Hendersonsoftfloat: Return bool from all classification predicates
2020-05-19 Richard Hendersonsoftfloat: Inline floatx80 compare specializations
2020-05-19 Richard Hendersonsoftfloat: Inline float128 compare specializations
2020-05-19 Richard Hendersonsoftfloat: Inline float64 compare specializations
2020-05-19 Richard Hendersonsoftfloat: Inline float32 compare specializations
2020-05-19 Richard Hendersonsoftfloat: Name compare relation enum
2020-05-19 Richard Hendersonsoftfloat: Name rounding mode enum
2020-05-19 Richard Hendersonsoftfloat: Change tininess_before_rounding to bool
2020-05-19 Richard Hendersonsoftfloat: Replace flag with bool
2020-05-19 Richard Hendersonsoftfloat: Use post test for floatN_mul
2020-05-19 Eric Blakeblockdev: Split off basic bitmap operations for qemu-img
2020-05-19 Eric Blakeblockdev: Promote several bitmap functions to non-static
2020-05-19 Eric Blakeblock: Make it easier to learn which BDS support bitmaps
2020-05-19 Eric Blakeqemu-img: Fix stale comments on doc location
2020-05-19 Eric Blakedocs: Sort sections on qemu-img subcommand parameters
2020-05-19 Eric Blakebitmaps: Update maintainer
2020-05-19 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2020-05-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-05-19 Volker Rümelinui: increase min required GTK version to 3.22.0
2020-05-19 Volker Rümelinui/gtk: use native keyboard scancodes on Windows
2020-05-19 Volker Rümelinui/gtk: don't pass on win keys without keyboard grab
2020-05-19 Volker Rümelinui/sdl2-input: use trace-events to debug key events
2020-05-19 Volker Rümelinui/sdl2: start in full screen with grab enabled
2020-05-19 Volker Rümelinui/sdl2: fix handling of AltGr key on Windows
2020-05-19 Volker Rümelinui/gtk: remove unused variable ignore_keys
2020-05-19 Volker Rümelinui/gtk: remove unused code
2020-05-19 Volker Rümelinui/gkt: release all keys on grab-broken-event
2020-05-19 Volker Rümelinui/gtk: fix handling of AltGr key on Windows
2020-05-19 Volker Rümelinui/win32-kbd-hook: handle AltGr in a hook procedure
2020-05-18 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-05-18 Stefan Hajnocziaio-posix: disable fdmon-io_uring when GSource is used
2020-05-18 Stefan Hajnocziaio-posix: don't duplicate fd handler deletion in fdmon...
2020-05-18 Philippe Mathieu... hw: Use QEMU_IS_ALIGNED() on parallel flash block size
2020-05-18 Kevin Wolfiotests/030: Reduce run time by unthrottling job earlier
2020-05-18 Philippe Mathieu... hw/ide/ahci: Log lost IRQs
2020-05-18 John Snowiotests: log messages from notrun()
2020-05-18 Philippe Mathieu... block/block-copy: Simplify block_copy_do_copy()
2020-05-18 Philippe Mathieu... block/block-copy: Fix uninitialized variable in block_c...
2020-05-18 Max Reitzblock: Drop @child_class from bdrv_child_perm()
2020-05-18 Max Reitzblock: Pass BdrvChildRole in remaining cases
2020-05-18 Max Reitzblock: Drop child_file
2020-05-18 Max Reitzblock: Drop bdrv_format_default_perms()
2020-05-18 Max Reitzblock: Make bdrv_filter_default_perms() static
2020-05-18 Max Reitzblock: Use bdrv_default_perms()
2020-05-18 Max Reitztests: Use child_of_bds instead of child_file
2020-05-18 Max Reitzblock: Use child_of_bds in remaining places
2020-05-18 Max Reitzblock: Make filter drivers use child_of_bds
2020-05-18 Max Reitzblock: Make format drivers use child_of_bds
2020-05-18 Max Reitzblock: Drop child_backing
2020-05-18 Max Reitzblock: Make backing files child_of_bds children
2020-05-18 Max Reitzblock: Drop child_format
2020-05-18 Max Reitzblock: Switch child_format users to child_of_bds
2020-05-18 Max Reitzraw-format: Split raw_read_options()
2020-05-18 Max Reitzblock: Add bdrv_default_perms()
2020-05-18 Max Reitzblock: Relax *perms_for_storage for data children
2020-05-18 Max Reitzblock: Pull out bdrv_default_perms_for_storage()
2020-05-18 Max Reitzblock: Pull out bdrv_default_perms_for_cow()
2020-05-18 Max Reitzblock: Distinguish paths in *_format_default_perms
2020-05-18 Max Reitzblock: Add child_of_bds
2020-05-18 Max Reitzblock: Unify bdrv_child_cb_detach()
2020-05-18 Max Reitzblock: Unify bdrv_child_cb_attach()
2020-05-18 Max Reitzblock: Use bdrv_inherited_options()
2020-05-18 Max Reitzblock: Add generic bdrv_inherited_options()
2020-05-18 Max Reitzblock: Rename bdrv_inherited_options()
2020-05-18 Max Reitzblock: Pass parent_is_format to .inherit_options()
2020-05-18 Max Reitzblock: Pass BdrvChildRole to .inherit_options()
2020-05-18 Max Reitzblock: Pass BdrvChildRole to bdrv_child_perm()
2020-05-18 Max Reitzblock: Add BdrvChildRole to BdrvChild
2020-05-18 Max Reitzblock: Add BdrvChildRole and BdrvChildRoleBits
2020-05-18 Max Reitzblock: Rename BdrvChildRole to BdrvChildClass
2020-05-18 Max Reitzblock: Add BlockDriver.is_format
2020-05-18 Max Reitzblock: Mark commit, mirror, blkreplay as filters
2020-05-18 Max Reitzblock: Use bdrv_make_empty() where possible
2020-05-18 Kevin Wolfreplication: Avoid blk_make_empty() on read-only child
2020-05-18 Max Reitzblock: Use blk_make_empty() after commits
2020-05-18 Max Reitzblock: Add blk_make_empty()
2020-05-18 Max Reitzblock: Add bdrv_make_empty()
2020-05-18 Kevin Wolfiotests: Run pylint and mypy in a testcase
2020-05-18 Kevin Wolfiotests: Fix incomplete type declarations
2020-05-18 Lukas Straubblock/replication.c: Avoid cancelling the job twice
2020-05-18 Kevin Wolfiotests: Mirror with different source/target size
2020-05-18 Kevin Wolfmirror: Make sure that source and target size match
2020-05-18 Kevin Wolfiotests/229: Use blkdebug to inject an error
2020-05-18 Kevin Wolfiotests/109: Don't mirror with mismatched size
2020-05-18 Eric Blakeiotests: Enhance 223 to cover qemu-img map improvements
2020-05-18 Eyal Moscoviciqemu-img: Add --start-offset and --max-length to map
2020-05-18 Eyal Moscoviciqemu-img: refactor dump_map_entry JSON format output
2020-05-18 Eyal Moscoviciqemu-img: validate image length in img_map
2020-05-18 Eyal Moscoviciqemu_img: add cvtnum_full to print error reports
2020-05-18 Raphael Pourqemu-nbd: Close inherited stderr
2020-05-18 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2020-05-18 Gerd Hoffmannramfb: fix size calculation
next
This page took 0.063438 seconds and 4 git commands to generate.