aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-06xen: mapcache: Refactor xen_replace_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_ram_addr_from_mapcache_singleEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_remap_bucket for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_map_cache for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor lock functions for multi-instanceEdgar E. Iglesias
2024-05-06xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entryJuergen Gross
2024-05-06system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()Juergen Gross
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé
2024-05-06user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé
2024-05-06qapi: Simplify QAPISchemaVariants @tag_memberMarkus Armbruster
2024-05-06qapi: Move conditional code from QAPISchemaVariants to its subtypesMarkus Armbruster
2024-05-06qapi: Rename QAPISchemaAlternateType.variants to .alternativesMarkus Armbruster
2024-05-06qapi: Rename QAPISchemaObjectType.variants to .branchesMarkus Armbruster
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster
2024-05-06qapi: New QAPISchemaBranches, QAPISchemaAlternativesMarkus Armbruster
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé
2024-05-06accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG pluginsPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentationPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Move user definition of cpu_interrupt() to user-exec.cPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()Philippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-06exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé
2024-05-05Hexagon (target/hexagon) Remove hex_common.read_attribs_fileTaylor Simpson
2024-05-05Hexagon (target/hexagon) Remove gen_shortcode.pyTaylor Simpson
2024-05-05Hexagon (target/hexagon) Remove gen_op_regs.pyTaylor Simpson
2024-05-05Hexagon (target/hexagon) Remove uses of op_regs_generated.h.incTaylor Simpson
2024-05-05Hexagon (tests/tcg/hexagon) Test HVX .new read from high half of pairTaylor Simpson
2024-05-05Hexagon (target/hexagon) Mark has_pred_dest in trans functionsTaylor Simpson
2024-05-05Hexagon (target/hexagon) Mark dest_idx in trans functionsTaylor Simpson
2024-05-05Hexagon (target/hexagon) Mark new_read_idx in trans functionsTaylor Simpson
2024-05-05Hexagon (target/hexagon) Add is_old/is_new to Register classTaylor Simpson
2024-05-05Hexagon (target/hexagon) Only pass env to generated helper when neededTaylor Simpson
2024-05-05Hexagon (target/hexagon) Pass SP explicitly to helpers that need itTaylor Simpson
2024-05-05Hexagon (target/hexagon) Pass P0 explicitly to helpers that need itTaylor Simpson
2024-05-05Hexagon (target/hexagon) Enable more short-circuit packets (HVX)Taylor Simpson
2024-05-05Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)Taylor Simpson
2024-05-05Hexagon (target/hexagon) Analyze reads before writesTaylor Simpson
2024-05-05target/sparc: Split out do_ms16bRichard Henderson
2024-05-05target/sparc: Fix FPMERGERichard Henderson
2024-05-05target/sparc: Fix FMULD8*X16Richard Henderson
2024-05-05target/sparc: Fix FMUL8x16A{U,L}Richard Henderson
2024-05-05target/sparc: Fix FMUL8x16Richard Henderson
2024-05-05target/sparc: Fix FEXPANDRichard Henderson