aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson4-11/+10
2024-06-04disas/microblaze: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-9/+16
2024-06-04disas/m68k: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-1/+1
2024-06-04target/i386/kvm: Improve KVM_EXIT_NOTIFY warningsRichard Henderson1-6/+5
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-2/+2
2024-06-04target/mips: Remove unused 'hw/misc/mips_itu.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-06-04target/riscv: Restrict riscv_cpu_do_interrupt() to sysemuPhilippe Mathieu-Daudé2-7/+5
2024-06-04target/riscv: Restrict 'rv128' machine to TCG acceleratorPhilippe Mathieu-Daudé1-2/+8
2024-06-04target/riscv: Remove unused 'instmap.h' header in translate.cPhilippe Mathieu-Daudé1-1/+0
2024-06-03Merge tag 'pull-ufs-20240603' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson4-22/+699
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im4-20/+593
2024-06-03hw/ufs: Update MCQ-related fields to block/ufs.hMinwoo Im1-2/+106
2024-05-31Merge tag 'pull-target-arm-20240531' of https://git.linaro.org/people/pmaydel...Richard Henderson33-1532/+2034
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard2-0/+6
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell12-2/+180
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell4-6/+21
2024-05-30docs/system/target-arm: Re-alphabetize board listPeter Maydell1-3/+3
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz1-1/+5
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson2-63/+49
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson2-148/+93
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson4-196/+172
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson4-39/+31
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson2-54/+31
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson2-31/+25
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson6-98/+158
2024-05-30target/arm: Convert SHSUB, UHSUB to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson6-45/+157
2024-05-30target/arm: Convert SHADD, UHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson6-45/+158
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson1-3/+1
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson1-4/+2
2024-05-30target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetreeRichard Henderson2-84/+60
2024-05-30target/arm: Convert ADD, SUB (vector) to decodetreeRichard Henderson2-15/+13
2024-05-30target/arm: Convert SQRSHL, UQRSHL to decodetreeRichard Henderson2-26/+26
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson7-72/+71
2024-05-30target/arm: Convert SQSHL, UQSHL to decodetreeRichard Henderson2-25/+53
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson7-22/+83
2024-05-30target/arm: Convert SRSHL, URSHL to decodetreeRichard Henderson2-15/+11
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson7-23/+84
2024-05-30target/arm: Convert SSHL, USHL to decodetreeRichard Henderson2-15/+32
2024-05-30target/arm: Convert SUQADD, USQADD to decodetreeRichard Henderson2-58/+14
2024-05-30target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetreeRichard Henderson2-43/+64
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson5-208/+169
2024-05-30target/arm: Inline scalar SUQADD and USQADDRichard Henderson5-222/+103
2024-05-30target/arm: Convert SUQADD and USQADD to gvecRichard Henderson5-62/+243
2024-05-30target/arm: Assert oprsz in range when using vfp.qcRichard Henderson1-0/+9
2024-05-30target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUBRichard Henderson1-16/+16