aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-06-03target/riscv: Relax vector register check in RISCV gdbstubJason Chien
2024-06-03target/riscv: Add support for Zve64x extensionJason Chien
2024-06-03target/riscv: Add support for Zve32x extensionJason Chien
2024-06-03trans_privileged.c.inc: set (m|s)tval on ebreak breakpointDaniel Henrique Barboza
2024-06-03target/riscv/debug: set tval=pc in breakpoint exceptionsDaniel Henrique Barboza
2024-06-03target/riscv/kvm: tolerate KVM disable ext errorsDaniel Henrique Barboza
2024-06-03target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63Clément Léger
2024-06-03target/riscv/kvm: implement SBI debug console (DBCN) callsDaniel Henrique Barboza
2024-06-03target/riscv: Raise exceptions on wrs.ntoAndrew Jones
2024-06-03target/riscv/kvm: Fix exposure of ZkrAndrew Jones
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson
2024-05-30target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetreeRichard Henderson
2024-05-30target/arm: Convert ADD, SUB (vector) to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQRSHL, UQRSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SQSHL, UQSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SRSHL, URSHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SSHL, USHL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SUQADD, USQADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetreeRichard Henderson
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson
2024-05-30target/arm: Inline scalar SUQADD and USQADDRichard Henderson
2024-05-30target/arm: Convert SUQADD and USQADD to gvecRichard Henderson
2024-05-30target/arm: Assert oprsz in range when using vfp.qcRichard Henderson
2024-05-30target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUBRichard Henderson
2024-05-29target/s390x: Adjust check of noreturn in translate_oneRichard Henderson
2024-05-29target/s390x: Simplify per_ifetch, per_check_exceptionRichard Henderson
2024-05-29target/s390x: Fix helper_per_ifetch flagsRichard Henderson
2024-05-29target/s390x: Raise exception from per_store_realRichard Henderson
2024-05-29target/s390x: Raise exception from helper_per_branchRichard Henderson