]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2021-05-04 Richard Hendersonhw/ppc/spapr_rtas: Update hflags after setting msr
2021-05-04 Richard Hendersonhw/ppc/pnv_core: Update hflags after setting msr
2021-05-04 Richard Hendersontarget/ppc: Fix comment for MSR_FE{0,1}
2021-05-04 Richard Hendersontarget/ppc: Retain hflags_nmsr only for migration
2021-05-04 Richard Hendersontarget/ppc: Do not call hreg_compute_mem_idx after...
2021-05-04 Richard Hendersontarget/ppc: Properly sync cpu state with new msr in...
2021-05-04 Richard Hendersontarget/ppc: Move 601 hflags adjustment to hreg_compute_...
2021-05-04 Richard Hendersontarget/ppc: Move helper_regs.h functions out-of-line
2021-05-04 Philippe Mathieu... hw/ppc/mac_newworld: Restrict RAM to 2 GiB
2021-05-02 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-02 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) CABAC decode bin
2021-05-01 Taylor SimpsonHexagon (target/hexagon) load into shifted register...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) load and unpack bytes instructions
2021-05-01 Taylor SimpsonHexagon (target/hexagon) bit reverse (brev) addressing
2021-05-01 Taylor SimpsonHexagon (target/hexagon) circular addressing
2021-05-01 Richard Hendersondecodetree: Extend argument set syntax to allow types
2021-05-01 Luis Fernando... decodetree: Add support for 64-bit instructions
2021-05-01 Richard Hendersondecodetree: More use of f-strings
2021-05-01 Richard Hendersondecodetree: Introduce whex and whexC helpers
2021-05-01 Philippe Mathieu... exec: Remove accel/tcg/ from include paths
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add A4_addp_c/A4_subp_c
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add A6_vminub_RdP
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add A5_ACS (vacsh)
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add F2_sfinvsqrta
2021-05-01 Taylor SimpsonHexagon (target/hexagon) add F2_sfrecipa instruction
2021-05-01 Taylor SimpsonHexagon (target/hexagon) compile all debug code
2021-05-01 Taylor SimpsonHexagon (target/hexagon) move QEMU_GENERATE to only...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) cleanup reg_field_info definition
2021-05-01 Taylor SimpsonHexagon (target/hexagon) cleanup ternary operators...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) use softfloat for float-to...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) replace float32_mul_pow2 with...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) use softfloat default NaN...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) change type of softfloat_round...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) remove unused carry_from_add64...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) change variables from int...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) decide if pred has been writte...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) properly generate TB end for...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) use env_archcpu and env_cpu
2021-05-01 Taylor SimpsonHexagon (target/hexagon) remove unnecessary inline...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) cleanup gen_log_predicated_reg...
2021-05-01 Taylor SimpsonHexagon (target/hexagon) TCG generation cleanup
2021-05-01 Taylor Simpsontarget/hexagon: remove unnecessary semicolons
2021-05-01 Taylor Simpsontarget/hexagon: fix typo in comment
2021-05-01 Taylor Simpsontarget/hexagon: Change DECODE_MAPPED_REG operand name...
2021-05-01 Taylor Simpsontarget/hexagon: remove unnecessary checks in find_iclas...
2021-05-01 Taylor Simpsontarget/hexagon: translation changes
2021-04-30 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-04-30 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-04-30 John Snowqapi/error.py: enable mypy checks
2021-04-30 John Snowqapi/error: Add type hints
2021-04-30 John Snowqapi/error.py: enable pylint checks
2021-04-30 John Snowqapi/error.py: move QAPIParseError to parser.py
2021-04-30 John Snowqapi/error: assert QAPISourceInfo is not None
2021-04-30 John Snowqapi/error: Make QAPISourceError 'col' parameter optional
2021-04-30 John Snowqapi/error: Use Python3-style super()
2021-04-30 John Snowqapi/error: Repurpose QAPIError as an abstract base...
2021-04-30 John Snowqapi/expr: Update authorship and copyright information
2021-04-30 John Snowqapi/expr.py: Use tuples instead of lists for static...
2021-04-30 John Snowqapi/expr.py: Add docstrings
2021-04-30 John Snowqapi/expr: Only explicitly prohibit 'Kind' nor 'List...
2021-04-30 John Snowqapi/expr.py: enable pylint checks
2021-04-30 John Snowqapi/expr.py: Remove single-letter variable
2021-04-30 John Snowqapi/expr.py: Consolidate check_if_str calls in check_if
2021-04-30 John Snowqapi/expr.py: add type hint annotations
2021-04-30 John Snowqapi/expr.py: Modify check_keys to accept any Collection
2021-04-30 John Snowqapi/expr.py: Add casts in a few select cases
2021-04-30 John Snowqapi/expr.py: Check type of union and alternate 'data...
2021-04-30 John Snowqapi/expr.py: move string check upwards in check_type
2021-04-30 John Snowqapi/expr.py: Add assertion for union type 'check_dict'
2021-04-30 John Snowqapi/expr.py: constrain incoming expression types
2021-04-30 John Snowqapi/expr.py: Check for dict instead of OrderedDict
2021-04-30 John Snowqapi/expr.py: Remove 'info' argument from nested check_...
2021-04-30 John Snowqapi/expr: Comment cleanup
2021-04-30 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-04-30 Kevin Wolfvhost-user-blk: Fail gracefully on too large queue...
2021-04-30 Kevin Wolfqemu-img convert: Unshare write permission for source
2021-04-30 Kevin Wolfblock: Add BDRV_O_NO_SHARE for blk_new_open()
2021-04-30 Vladimir Sementsov... block: refactor bdrv_node_check_perm()
2021-04-30 Vladimir Sementsov... block: rename bdrv_replace_child_safe() to bdrv_replace...
2021-04-30 Vladimir Sementsov... block: refactor bdrv_child_set_perm_safe() transaction...
2021-04-30 Vladimir Sementsov... block: inline bdrv_replace_child()
2021-04-30 Vladimir Sementsov... block: inline bdrv_check_perm_common()
2021-04-30 Vladimir Sementsov... block: drop unused permission update functions
2021-04-30 Vladimir Sementsov... block: bdrv_reopen_multiple: refresh permissions on...
2021-04-30 Vladimir Sementsov... block: bdrv_reopen_multiple(): move bdrv_flush to separ...
2021-04-30 Vladimir Sementsov... block: add bdrv_set_backing_noperm() transaction action
2021-04-30 Vladimir Sementsov... block: make bdrv_refresh_limits() to be a transaction...
2021-04-30 Vladimir Sementsov... block: make bdrv_unset_inherits_from to be a transactio...
2021-04-30 Vladimir Sementsov... block: drop ignore_children for permission update functions
2021-04-30 Vladimir Sementsov... block/backup-top: drop .active
2021-04-30 Vladimir Sementsov... block: introduce bdrv_drop_filter()
2021-04-30 Vladimir Sementsov... block: add bdrv_remove_filter_or_cow transaction action
2021-04-30 Vladimir Sementsov... block: adapt bdrv_append() for inserting filters
2021-04-30 Vladimir Sementsov... block: split out bdrv_replace_node_noperm()
2021-04-30 Vladimir Sementsov... block: add bdrv_attach_child_noperm() transaction action
2021-04-30 Vladimir Sementsov... block: add bdrv_attach_child_common() transaction action
2021-04-30 Vladimir Sementsov... block: fix bdrv_replace_node_common
2021-04-30 Vladimir Sementsov... block: add bdrv_replace_child_safe() transaction action
2021-04-30 Vladimir Sementsov... block: add bdrv_list_* permission update functions
next