aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-22target/riscv/vector_helper.c: optimize loops in ldst helpersDaniel Henrique Barboza1-3/+3
2024-03-22target/riscv: enable 'vstart_eq_zero' in the end of insnsIvan Klokov4-48/+59
2024-03-22trans_rvv.c.inc: remove redundant mark_vs_dirty() callsDaniel Henrique Barboza1-8/+3
2024-03-22target/riscv: remove 'over' brconds from vector transDaniel Henrique Barboza3-129/+0
2024-03-22target/riscv/vector_helpers: do early exit when vstart >= vlDaniel Henrique Barboza4-0/+111
2024-03-22target/riscv: always clear vstart for ldst_whole insnsDaniel Henrique Barboza2-29/+28
2024-03-22target/riscv: always clear vstart in whole vec move insnsDaniel Henrique Barboza2-3/+5
2024-03-22target/riscv/vector_helper.c: fix 'vmvr_v' memcpy endianessDaniel Henrique Barboza1-1/+9
2024-03-22trans_rvv.c.inc: set vstart = 0 in int scalar move insnsDaniel Henrique Barboza1-2/+8
2024-03-22target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()Daniel Henrique Barboza1-0/+1
2024-03-22target/riscv: do not enable all named features by defaultDaniel Henrique Barboza3-37/+25
2024-03-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-3/+3
2024-03-20Merge tag 'pull-loongarch-20240320' of https://gitlab.com/gaosong/qemu into s...Peter Maydell4-43/+86
2024-03-20target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su1-1/+1
2024-03-20target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'Song Gao1-4/+4
2024-03-20target/loongarch: Fix tlb huge page loading issueXianglai Li3-39/+82
2024-03-19target/hppa: fix do_stdby_e()Sven Schnelle1-5/+5
2024-03-19target/hppa: mask privilege bits in mfiaSven Schnelle1-1/+1
2024-03-19target/hppa: exit tb on flush cache instructionsSven Schnelle2-3/+10
2024-03-19target/hppa: fix access_id checkSven Schnelle1-17/+61
2024-03-19target/hppa: fix shrp for wide modeSven Schnelle1-2/+2
2024-03-19target/hppa: ldcw,s uses static shift of 3Sven Schnelle1-1/+1
2024-03-19target/hppa: Fix assemble_12a insns for wide modeRichard Henderson2-12/+34
2024-03-19target/hppa: Fix assemble_11a insns for wide modeRichard Henderson2-9/+21
2024-03-19target/hppa: Fix assemble_16 insns for wide modeRichard Henderson2-6/+31
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini2-2/+2
2024-03-18target/sparc/cpu: Improve the CPU help textThomas Huth1-2/+3
2024-03-18target/s390x: improve cpu compatibility check error messageClaudio Fontana1-7/+15
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell11-453/+312
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell5-54/+65
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell98-620/+337
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora1-0/+2
2024-03-13spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora1-0/+2
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan1-39/+28
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 3BALATON Zoltan1-13/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 2BALATON Zoltan1-2/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 1BALATON Zoltan1-25/+24
2024-03-13target/ppc: Add gen_exception_err_nip() functionBALATON Zoltan1-13/+15
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan2-147/+33
2024-03-13target/ppc: Use env_cpu for cpu_abort in excp_helperBALATON Zoltan1-55/+63
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin1-3/+0
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan2-0/+40