aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-05target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.pyRichard Henderson1-78/+1
2023-03-05target/hexagon: Drop tcg_temp_free from C codeRichard Henderson6-121/+0
2023-03-05target/cris: Drop tcg_temp_freeRichard Henderson2-111/+0
2023-03-05target/cris: Drop addr from dec10_ind_move_m_prRichard Henderson1-3/+1
2023-03-05target/cris: Drop cris_alu_m_free_tempsRichard Henderson2-27/+0
2023-03-05target/cris: Drop cris_alu_free_tempsRichard Henderson1-20/+0
2023-03-05target/avr: Drop tcg_temp_freeRichard Henderson1-228/+0
2023-03-05target/avr: Drop R from trans_COMRichard Henderson1-4/+0
2023-03-05target/avr: Drop DisasContext.free_skip_var0Richard Henderson1-19/+0
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson1-2/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-vfp.cRichard Henderson1-193/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-sve.cRichard Henderson1-184/+2
2023-03-05target/arm: Drop tcg_temp_free from translator-sme.cRichard Henderson1-28/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-neon.cRichard Henderson1-130/+1
2023-03-05target/arm: Drop tcg_temp_free from translator-mve.cRichard Henderson1-52/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-m-nocp.cRichard Henderson1-20/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-a64.cRichard Henderson1-457/+11
2023-03-05target/arm: Drop new_tmp_a64_zeroRichard Henderson2-24/+18
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson3-36/+30
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson2-27/+1
2023-03-05target/arm: Drop tcg_temp_free from translator.cRichard Henderson1-261/+5
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson2-6/+0
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson3-23/+4
2023-03-05target/alpha: Drop tcg_temp_freeRichard Henderson1-70/+0
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson4-6/+0
2023-03-05target/sparc: Use tlb_set_page_fullRichard Henderson1-67/+54
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell1-0/+9
2023-03-03target/ppc/translate: Add dummy implementation for dcblc instructionBernhard Beschow1-0/+9
2023-03-03Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2-0/+3
2023-03-03Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...Peter Maydell17-542/+504
2023-03-03target/loongarch: Implement Chip Configuraiton Version Register(0x0000)Song Gao2-0/+3
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell10-3/+2312
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell11-141/+159
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé4-49/+53
2023-03-02target/loongarch: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-27/+38
2023-03-02target/i386: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-35/+39
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-30/+29
2023-03-01Merge patch series "target/riscv: some vector_helper.c cleanups"Palmer Dabbelt1-65/+39
2023-03-01target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfigDaniel Henrique Barboza1-10/+10
2023-03-01target/riscv/vector_helper.c: create vext_set_tail_elems_1s()Daniel Henrique Barboza1-56/+30
2023-03-01Merge patch series "RISCVCPUConfig related cleanups"Palmer Dabbelt1-61/+48
2023-03-01target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfigDaniel Henrique Barboza1-23/+9
2023-03-01target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointersDaniel Henrique Barboza1-38/+12
2023-03-01target/riscv/csr.c: simplify mctr()Daniel Henrique Barboza1-3/+2
2023-03-01target/riscv/csr.c: use env_archcpu() in ctr()Daniel Henrique Barboza1-2/+1
2023-03-01Merge patch series "target/riscv: Add support for Svadu extension"Palmer Dabbelt5-8/+47
2023-03-01target/riscv: Export Svadu propertyWeiwei Li1-0/+3
2023-03-01target/riscv: Add *envcfg.HADE related check in address translationWeiwei Li2-2/+10
2023-03-01target/riscv: Add *envcfg.PBMTE related check in address translationWeiwei Li2-2/+11
2023-03-01target/riscv: Add csr support for svaduWeiwei Li3-6/+16