aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-13target/cris: Avoid use of tcg_const_i32 throughoutRichard Henderson
2023-03-13target/avr: Avoid use of tcg_const_i32 throughoutRichard Henderson
2023-03-13target/avr: Avoid use of tcg_const_i32 in SBIC, SBISRichard Henderson
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson
2023-03-13target/xtensa: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/tricore: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/sparc: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/sh4: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/s390x: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/rx: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/riscv: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/ppc: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/openrisc: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/nios2: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/mips: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/microblaze: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/m68k: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/loongarch: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/i386: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/hppa: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/hexagon: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/cris: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/avr: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/arm: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/alpha: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson
2023-03-13target/s390x: Drop free_compareRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from translate.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from vr54xx_translate.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from tx79_translate.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from translate_addr_const.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from octeon_translate.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from mxu_translate.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from msa_translate.cRichard Henderson
2023-03-13target/mips: Drop tcg_temp_free from micromips_translate.c.incRichard Henderson
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-03-12Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-03-11Merge tag 'pull-gitdm-100323-1' of https://gitlab.com/stsquad/qemu into stagingPeter Maydell
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson