aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-04-30target/loongarch/cpu.c: typo fix: expectionMichael Tokarev
2024-04-27target/riscv/kvm: change timer regs size to u64Daniel Henrique Barboza
2024-04-27target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64Daniel Henrique Barboza
2024-04-27target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32Daniel Henrique Barboza
2024-04-10target/m68k: Map FPU exceptions to FPSR registerKeith Packard
2024-04-10target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman
2024-04-10target/sh4: Fix mac.w with saturation enabledZack Buhman
2024-04-10target/sh4: Fix mac.l with saturation enabledZack Buhman
2024-04-10target/sh4: Merge mach and macl into a unionRichard Henderson
2024-04-10target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman
2024-04-09target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell
2024-04-01target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson
2024-03-27target/riscv/kvm: fix timebase-frequency when using KVM accelerationYong-Xuan Wang
2024-03-27target/riscv: Fix mode in riscv_tlb_fillIrina Ryapolova
2024-03-27target/riscv: rvv: Remove the dependency of Zvfbfmin to ZfbfminMax Chou
2024-03-27target/riscv/vector_helper.c: optimize loops in ldst helpersDaniel Henrique Barboza
2024-03-27target/riscv/vector_helpers: do early exit when vstart >= vlDaniel Henrique Barboza
2024-03-27target/riscv: always clear vstart in whole vec move insnsDaniel Henrique Barboza
2024-03-27target/riscv/vector_helper.c: fix 'vmvr_v' memcpy endianessDaniel Henrique Barboza
2024-03-27trans_rvv.c.inc: set vstart = 0 in int scalar move insnsDaniel Henrique Barboza
2024-03-27target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()Daniel Henrique Barboza
2024-03-27target/i386/tcg: Enable page walking from MMIO memoryGregory Price
2024-03-25target/s390x: Use mutable temporary value for op_tsIdo Plat
2024-03-25target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '...Song Gao
2024-03-22target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'Song Gao
2024-03-22target/hppa: fix do_stdby_e()Sven Schnelle
2024-03-22target/hppa: mask privilege bits in mfiaSven Schnelle
2024-03-22target/hppa: exit tb on flush cache instructionsSven Schnelle
2024-03-22target/hppa: fix access_id checkSven Schnelle
2024-03-22target/hppa: fix shrp for wide modeSven Schnelle
2024-03-22target/hppa: ldcw,s uses static shift of 3Sven Schnelle
2024-03-22target/hppa: Fix assemble_12a insns for wide modeRichard Henderson
2024-03-22target/hppa: Fix assemble_11a insns for wide modeRichard Henderson
2024-03-22target/hppa: Fix assemble_16 insns for wide modeRichard Henderson
2024-03-21target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su
2024-03-21target/i386: fix direction of "32-bit MMU" testPaolo Bonzini
2024-03-21target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini
2024-03-21target/i386: introduce function to query MMU indicesPaolo Bonzini
2024-03-09target/arm: Fix 32-bit SMOPARichard Henderson
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini
2024-02-24target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin
2024-02-24target/ppc: Fix lxv/stxv MSR facility checkNicholas Piggin
2024-02-20target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong
2024-02-20i386/cpuid: Move leaf 7 to correct groupXiaoyao Li
2024-02-20i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li