aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-04-12target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXTRichard Henderson3-22/+94
2024-04-09target/s390x: Use insn_start from DisasContextBaseRichard Henderson1-3/+1
2024-04-09target/riscv: Use insn_start from DisasContextBaseRichard Henderson1-6/+5
2024-04-09target/microblaze: Use insn_start from DisasContextBaseRichard Henderson1-6/+2
2024-04-09target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson1-0/+3
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson1-5/+5
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson3-8/+8
2024-04-09target/m68k: Map FPU exceptions to FPSR registerKeith Packard6-7/+90
2024-04-09target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman1-0/+3
2024-04-09target/sh4: Fix mac.w with saturation enabledZack Buhman2-12/+18
2024-04-09target/sh4: Fix mac.l with saturation enabledZack Buhman2-11/+14
2024-04-09target/sh4: Merge mach and macl into a unionRichard Henderson1-2/+12
2024-04-09target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman1-2/+2
2024-04-09target/hppa: Fix IIAOQ, IIASQ for pa2.0Richard Henderson2-18/+20
2024-04-08target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell1-2/+5
2024-04-05target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi1-1/+2
2024-04-02accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé2-2/+2
2024-04-02target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()Philippe Mathieu-Daudé1-2/+2
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell1-1/+1
2024-03-31Merge tag 'pull-ppc-for-9.0-3-20240331' of https://gitlab.com/npiggin/qemu in...Peter Maydell4-19/+29
2024-03-30target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisorNicholas Piggin1-2/+3
2024-03-30target/ppc: Fix GDB register indexing on secondary CPUsBenjamin Gray1-11/+20
2024-03-30target/ppc: Restore [H]DEXCR to 64-bitsBenjamin Gray1-2/+2
2024-03-30target/ppc/mmu-radix64: Use correct string format in walk_tree()Philippe Mathieu-Daudé1-4/+4
2024-03-29target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson1-0/+1
2024-03-29target/hppa: Add diag instructions to set/restore shadow registersHelge Deller2-0/+44
2024-03-29target/hppa: Move diag argument handling to decodetreeRichard Henderson2-14/+28
2024-03-29target/hppa: Generate getshadowregs inlineRichard Henderson3-7/+15
2024-03-27target/hppa: Fix overflow computation for shladdRichard Henderson1-19/+65
2024-03-27target/hppa: Replace c with uv in do_condRichard Henderson1-7/+5
2024-03-27target/hppa: Squash d for pa1.x during decodeRichard Henderson2-25/+33
2024-03-27target/hppa: Fix unit carry conditionsRichard Henderson1-102/+110
2024-03-27target/hppa: Optimize UADDCM with no conditionRichard Henderson1-2/+22
2024-03-27target/hppa: Fix DCOR reconstruction of carry bitsRichard Henderson1-1/+1
2024-03-27target/hppa: Use gva_offset_mask() everywhereSven Schnelle2-11/+11
2024-03-27target/hppa: Fix EIRR, EIEM versus icountRichard Henderson3-14/+11
2024-03-27target/hppa: Tidy read of interval timerRichard Henderson1-3/+1
2024-03-27target/hppa: Mark interval timer write as ioRichard Henderson1-0/+3
2024-03-27target/hppa: Fix ADD/SUB trap on overflow for narrow modeSven Schnelle1-0/+6
2024-03-27target/hppa: Handle unit conditions for wide modeSven Schnelle1-2/+23
2024-03-27target/hppa: Fix B,GATE for wide modeRichard Henderson1-1/+1
2024-03-27target/hppa: Fix BE,L set of sr0Richard Henderson1-1/+1
2024-03-26target/tricore/helper: Use correct string format in cpu_tlb_fill()Philippe Mathieu-Daudé1-2/+2
2024-03-26target/i386/tcg: Enable page walking from MMIO memoryGregory Price1-27/+30
2024-03-25target/s390x: Use mutable temporary value for op_tsIdo Plat1-2/+3
2024-03-22Merge tag 'pull-loongarch-20240322' of https://gitlab.com/gaosong/qemu into s...Peter Maydell1-34/+40
2024-03-22target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '...Song Gao1-34/+40
2024-03-22target/riscv/kvm: fix timebase-frequency when using KVM accelerationYong-Xuan Wang2-0/+10
2024-03-22target/riscv: Fix mode in riscv_tlb_fillIrina Ryapolova1-1/+1
2024-03-22target/riscv: rvv: Remove the dependency of Zvfbfmin to ZfbfminMax Chou1-5/+0