OSDN Git Service

qmiga/qemu.git
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
2021-04-30 Vladimir Sementsov... block: add bdrv_drv_set_perm transaction action
2021-04-30 Vladimir Sementsov... block: use topological sort for permission update
2021-04-30 Vladimir Sementsov... block: inline bdrv_child_*() permission functions calls
2021-04-30 Vladimir Sementsov... block: rewrite bdrv_child_try_set_perm() using bdrv_ref...
2021-04-30 Vladimir Sementsov... block: refactor bdrv_child* permission functions
2021-04-30 Vladimir Sementsov... block: bdrv_refresh_perms: check for parents permission...
2021-04-30 Vladimir Sementsov... util: add transactions.c
2021-04-30 Vladimir Sementsov... block: make bdrv_reopen_{prepare,commit,abort} private
2021-04-30 Vladimir Sementsov... block: drop ctx argument from bdrv_root_attach_child
2021-04-30 Vladimir Sementsov... block: BdrvChildClass: add .get_parent_aio_context...
2021-04-30 Vladimir Sementsov... block: bdrv_append(): don't consume reference
2021-04-30 Vladimir Sementsov... tests/test-bdrv-graph-mod: add test_append_greedy_filter
2021-04-30 Vladimir Sementsov... tests/test-bdrv-graph-mod: add test_parallel_perm_update
2021-04-30 Vladimir Sementsov... tests/test-bdrv-graph-mod: add test_parallel_exclusive_...
2021-04-30 Peter Maydellhw/pci-host/gpex: Don't fault for unmapped parts of...
2021-04-30 Cornelia Huckhw: add compat machines for 6.1
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for sve LD1R
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for aa64 vector LDn/STn...
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for aa64 vector LDn/STn...
2021-04-30 Richard Hendersontarget/arm: Use MemOp for size + endian in aa64 vector...
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for aa64 load-acq/store-rel
2021-04-30 Richard Hendersontarget/arm: Use finalize_memop for aa64 fpr load/store
2021-04-30 Richard Hendersontarget/arm: Use finalize_memop for aa64 gpr load/store
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for VLDn/VSTn (single)
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for VLDn/VSTn (multiple)
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for VLDn (all lanes)
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for VLDR/VSTR
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for VLDM/VSTM
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for SRS
2021-04-30 Richard Hendersontarget/arm: Enforce alignment for RFE
next