aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-08hw/ppc: Remove unused ppcuic_init()ppcuicPeter Maydell
2021-01-08hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell
2021-01-08hw/ppc: Delete unused ppc405cr_init() codePeter Maydell
2021-01-08hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell
2021-01-07Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into...Peter Maydell
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson
2021-01-07accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson
2021-01-07tcg: Introduce tcg_tbrel_diffRichard Henderson
2021-01-07tcg/tci: Push const down through bytecode readingRichard Henderson
2021-01-07disas: Push const down through host disassemblyRichard Henderson
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson
2021-01-07accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson
2021-01-07accel/tcg: Support split-wx for linux with memfdRichard Henderson
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2021-01-07tcg: Use Error with alloc_code_gen_bufferRichard Henderson
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson
2021-01-07tcg: Add in_code_gen_bufferRichard Henderson
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson
2021-01-07util: Specialize flush_idcache_range for aarch64Richard Henderson
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson
2021-01-07tcg: Do not flush icache for interpreterRichard Henderson
2021-01-07util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé
2021-01-07util/oslib-win32: Use _aligned_malloc for qemu_try_memalignRichard Henderson
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson