aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-05target/loongarch: Drop tcg_temp_freeRichard Henderson9-99/+6
2023-03-05target/loongarch: Drop temp_newRichard Henderson3-22/+4
2023-03-05target/hppa: Drop tcg_temp_freeRichard Henderson1-92/+1
2023-03-05target/hexagon/idef-parser: Drop HexValue.is_manualRichard Henderson3-18/+0
2023-03-05target/hexagon/idef-parser: Drop tcg_temp_freeRichard Henderson4-164/+0
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 Henderson6-12/+0
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson3-72/+8
2023-03-05tcg: Decode the operand to INDEX_op_mb in dumpsRichard Henderson1-0/+79
2023-03-05tcg/i386: Mark Win64 call-saved vector regs as reservedRichard Henderson1-0/+13
2023-03-05include/qemu/cpuid: Introduce xgetbv_lowRichard Henderson3-9/+12
2023-03-05accel/tcg: Trigger watchpoints from atomic_mmu_lookupRichard Henderson1-11/+29
2023-03-05softmmu: Check watchpoints for read+write at onceRichard Henderson2-12/+14
2023-03-05accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookupRichard Henderson1-1/+1
2023-03-05accel/tcg: Retain prot flags from tlb_fillRichard Henderson1-1/+0
2023-03-05target/sparc: Use tlb_set_page_fullRichard Henderson1-67/+54
2023-03-05tcg: Merge two sequential labelsRichard Henderson1-1/+43
2023-03-05tcg: Link branches to the labelsRichard Henderson4-25/+53
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones4-0/+4
2023-03-04configure: Disable thread-safety warnings on macOSThomas Huth1-1/+4
2023-03-04tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancelPeter Maydell1-2/+8
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell6-71/+85
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat5-25/+22
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat3-43/+42
2023-03-03pnv_phb4_pec: Only export existing PHBs to the device treeFrederic Barrat1-2/+6
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat3-5/+10
2023-03-03target/ppc/translate: Add dummy implementation for dcblc instructionBernhard Beschow1-0/+9