aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-07-01target/arm: Enable FEAT_Debugv8p8 for -cpu maxGustavo Romero2-4/+4
2024-07-01target/arm: Move initialization of debug ID registersGustavo Romero2-3/+30
2024-07-01target/arm: Fix indentationGustavo Romero1-1/+1
2024-07-01target/arm: Delete dead code from disas_simd_indexedRichard Henderson1-93/+0
2024-07-01target/arm: Convert FCMLA to decodetreeRichard Henderson2-170/+74
2024-07-01target/arm: Convert FCADD to decodetreeRichard Henderson2-23/+13
2024-07-01target/arm: Add data argument to do_fp3_vectorRichard Henderson1-26/+26
2024-07-01target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetreeRichard Henderson2-28/+12
2024-07-01target/arm: Convert BFMLALB, BFMLALT to decodetreeRichard Henderson2-48/+31
2024-07-01target/arm: Convert BFDOT to decodetreeRichard Henderson2-15/+7
2024-07-01target/arm: Convert SUDOT, USDOT to decodetreeRichard Henderson2-27/+11
2024-07-01target/arm: Convert SDOT, UDOT to decodetreeRichard Henderson2-26/+35
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson4-124/+180
2024-07-01target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson1-9/+9
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson1-8/+16
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson1-2/+2
2024-06-30target/i386: Advertise MWAIT iff host supportsZide Chen2-14/+9
2024-06-28target/i386/sev: Fix printf formatsRichard Henderson1-6/+11
2024-06-28target/i386/sev: Use size_t for object sizesRichard Henderson2-9/+9
2024-06-28target/i386: SEV: store pointer to decoded id_auth in SevSnpGuestPaolo Bonzini1-5/+8
2024-06-28target/i386: SEV: rename sev_snp_guest->id_authPaolo Bonzini1-6/+6
2024-06-28target/i386: SEV: store pointer to decoded id_block in SevSnpGuestPaolo Bonzini1-5/+6
2024-06-28target/i386: SEV: rename sev_snp_guest->id_blockPaolo Bonzini1-6/+6
2024-06-28target/i386: remove unused enumPaolo Bonzini1-16/+0
2024-06-28target/i386: give CC_OP_POPCNT low bits corresponding to MO_TLPaolo Bonzini2-4/+12
2024-06-28target/i386: use cpu_cc_dst for CC_OP_POPCNTPaolo Bonzini4-6/+6
2024-06-28target/i386: fix CC_OP dumpPaolo Bonzini1-63/+64
2024-06-27target/riscv: Apply modularized matching conditions for icount triggerAlvin Chang1-1/+1
2024-06-27target/riscv: Apply modularized matching conditions for watchpointAlvin Chang1-20/+6
2024-06-27target/riscv: Add functions for common matching conditions of triggerAlvin Chang1-23/+78
2024-06-26target/riscv: Remove extension auto-update check statementsFrank Chang1-119/+0
2024-06-26target/riscv: Add Zc extension implied ruleFrank Chang1-0/+34
2024-06-26target/riscv: Add multi extension implied rulesFrank Chang1-0/+340
2024-06-26target/riscv: Add MISA extension implied rulesFrank Chang1-1/+49
2024-06-26target/riscv: Introduce extension implied rule helpersFrank Chang1-0/+121
2024-06-26target/riscv: Introduce extension implied rules definitionFrank Chang2-0/+31
2024-06-26target/riscv: fix instructions count handling in icount modeClément Léger1-13/+17
2024-06-26target/riscv: Fix froundnx.h nanbox checkBranislav Brzak1-1/+1
2024-06-26target/riscv: Support the version for ss1p13Fea.Wang2-1/+9
2024-06-26target/riscv: Reserve exception codes for sw-check and hw-errFea.Wang1-0/+2
2024-06-26target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32Fea.Wang2-0/+33
2024-06-26target/riscv: Add 'P1P13' bit in SMSTATEEN0Fea.Wang2-0/+9
2024-06-26target/riscv: Define macros and variables for ss1p13Fea.Wang2-1/+4
2024-06-26target/riscv: Reuse the conversion function of priv_specJim Shu3-10/+6
2024-06-26target/riscv/kvm: handle the exit with debug reasonChao Du1-0/+20
2024-06-26target/riscv/kvm: add software breakpoints supportChao Du1-0/+69
2024-06-26target/riscv: zvbb implies zvkbJerry Zhang Jian1-0/+4
2024-06-26target/riscv: Move Guest irqs out of the core local irqs range.Rajnesh Kanwal2-2/+10
2024-06-26target/riscv: Extend virtual irq csrs masks to be 64 bit wide.Rajnesh Kanwal1-7/+7
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson6-6/+6