aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Remove superfluous timer_del() callsPeter Maydell42-58/+0
2021-01-08scripts/coccinelle: New script to remove unnecessary timer_del() callsPeter Maydell1-0/+18
2021-01-08util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell1-11/+13
2021-01-08hw/arm/highbank: Drop dead KVM support codePeter Maydell1-10/+4
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell1-0/+42
2021-01-08target/arm: Implement FPCXT_NS fp system registerPeter Maydell1-3/+99
2021-01-08target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell1-6/+6
2021-01-08hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGNPeter Maydell1-0/+15
2021-01-08target/arm: Fix MTE0_ACTIVERichard Henderson1-1/+1
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones3-17/+16
2021-01-08intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUsEdgar E. Iglesias1-1/+3
2021-01-07Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into...Peter Maydell67-628/+1033
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson8-15/+8
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson10-18/+10
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson10-16/+9
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson2-17/+22
2021-01-07tcg/mips: Support split-wx code generationRichard Henderson2-20/+25
2021-01-07tcg/mips: Do not assert on relocation overflowRichard Henderson1-34/+19
2021-01-07accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson1-8/+38
2021-01-07tcg/riscv: Support split-wx code generationRichard Henderson2-19/+24
2021-01-07tcg/riscv: Remove branch-over-branch fallbackRichard Henderson1-50/+6
2021-01-07tcg/riscv: Fix branch range checksRichard Henderson1-13/+15
2021-01-07tcg/s390: Support split-wx code generationRichard Henderson2-40/+31
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson1-8/+8
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson2-12/+14
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson1-8/+7
2021-01-07tcg/ppc: Support split-wx code generationRichard Henderson2-24/+31
2021-01-07tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TBRichard Henderson1-3/+2
2021-01-07tcg/ppc: Use tcg_tbrel_diffRichard Henderson1-3/+3
2021-01-07tcg: Introduce tcg_tbrel_diffRichard Henderson1-0/+13
2021-01-07tcg/tci: Push const down through bytecode readingRichard Henderson1-26/+34
2021-01-07disas: Push const down through host disassemblyRichard Henderson3-6/+4
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson2-26/+33
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson1-1/+1
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson2-10/+12
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson2-15/+33
2021-01-07accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson1-0/+67
2021-01-07accel/tcg: Support split-wx for linux with memfdRichard Henderson1-8/+76
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson15-12/+72
2021-01-07tcg: Use Error with alloc_code_gen_bufferRichard Henderson1-26/+34
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson12-12/+23
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson6-8/+8
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson14-42/+44
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson10-14/+14
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson2-8/+8
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson10-19/+19
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson7-9/+10
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson13-40/+105
2021-01-07tcg: Add in_code_gen_bufferRichard Henderson2-18/+19
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson11-15/+16