aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-13target/avr: Avoid use of tcg_const_i32 throughoutRichard Henderson1-15/+15
2023-03-13target/avr: Avoid use of tcg_const_i32 in SBIC, SBISRichard Henderson1-8/+10
2023-03-13target/xtensa: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/tricore: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/sparc: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/sh4: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/s390x: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/rx: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/riscv: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/ppc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/openrisc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/nios2: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/mips: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/microblaze: Remove `NB_MMU_MODES` defineAnton Johansson2-2/+1
2023-03-13target/m68k: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/loongarch: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/i386: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/hppa: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/hexagon: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/cris: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/avr: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/arm: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/alpha: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson1-17/+0
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson1-10/+10
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson1-105/+0
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson1-143/+0
2023-03-13target/s390x: Drop free_compareRichard Henderson1-45/+1
2023-03-13target/mips: Drop tcg_temp_free from translate.cRichard Henderson1-523/+14
2023-03-13target/mips: Drop tcg_temp_free from vr54xx_translate.cRichard Henderson1-4/+0
2023-03-13target/mips: Drop tcg_temp_free from tx79_translate.cRichard Henderson1-41/+0
2023-03-13target/mips: Drop tcg_temp_free from translate_addr_const.cRichard Henderson1-7/+0
2023-03-13target/mips: Drop tcg_temp_free from octeon_translate.cRichard Henderson1-23/+0
2023-03-13target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson1-117/+10
2023-03-13target/mips: Drop tcg_temp_free from mxu_translate.cRichard Henderson1-51/+0
2023-03-13target/mips: Drop tcg_temp_free from msa_translate.cRichard Henderson1-9/+0
2023-03-13target/mips: Drop tcg_temp_free from micromips_translate.c.incRichard Henderson1-8/+0
2023-03-13target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch2-2/+9
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell1-2/+1
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson1-2/+1
2023-03-10Merge tag 'pull-hex-20230306' of https://github.com/quic/qemu into stagingPeter Maydell22-580/+891
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell47-38/+50
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+1
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell1-0/+5
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski1-2/+8
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski3-1/+7
2023-03-08target/mips: Fix SWM32 handling for microMIPSMarcin Nowakowski1-2/+2
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée3-3/+3
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée45-35/+45
2023-03-07target/mips: Fix JALS32/J32 instruction handling for microMIPSMarcin Nowakowski1-0/+8