aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-07-01target/arm: Enable FEAT_Debugv8p8 for -cpu maxGustavo Romero
2024-07-01target/arm: Move initialization of debug ID registersGustavo Romero
2024-07-01target/arm: Fix indentationGustavo Romero
2024-07-01target/arm: Delete dead code from disas_simd_indexedRichard Henderson
2024-07-01target/arm: Convert FCMLA to decodetreeRichard Henderson
2024-07-01target/arm: Convert FCADD to decodetreeRichard Henderson
2024-07-01target/arm: Add data argument to do_fp3_vectorRichard Henderson
2024-07-01target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetreeRichard Henderson
2024-07-01target/arm: Convert BFMLALB, BFMLALT to decodetreeRichard Henderson
2024-07-01target/arm: Convert BFDOT to decodetreeRichard Henderson
2024-07-01target/arm: Convert SUDOT, USDOT to decodetreeRichard Henderson
2024-07-01target/arm: Convert SDOT, UDOT to decodetreeRichard Henderson
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson
2024-07-01target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson
2024-06-30target/i386: Advertise MWAIT iff host supportsZide Chen
2024-06-28target/i386/sev: Fix printf formatsRichard Henderson
2024-06-28target/i386/sev: Use size_t for object sizesRichard Henderson
2024-06-28target/i386: SEV: store pointer to decoded id_auth in SevSnpGuestPaolo Bonzini
2024-06-28target/i386: SEV: rename sev_snp_guest->id_authPaolo Bonzini
2024-06-28target/i386: SEV: store pointer to decoded id_block in SevSnpGuestPaolo Bonzini
2024-06-28target/i386: SEV: rename sev_snp_guest->id_blockPaolo Bonzini
2024-06-28target/i386: remove unused enumPaolo Bonzini
2024-06-28target/i386: give CC_OP_POPCNT low bits corresponding to MO_TLPaolo Bonzini
2024-06-28target/i386: use cpu_cc_dst for CC_OP_POPCNTPaolo Bonzini
2024-06-28target/i386: fix CC_OP dumpPaolo Bonzini
2024-06-27target/riscv: Apply modularized matching conditions for icount triggerAlvin Chang
2024-06-27target/riscv: Apply modularized matching conditions for watchpointAlvin Chang
2024-06-27target/riscv: Add functions for common matching conditions of triggerAlvin Chang
2024-06-26target/riscv: Remove extension auto-update check statementsFrank Chang
2024-06-26target/riscv: Add Zc extension implied ruleFrank Chang
2024-06-26target/riscv: Add multi extension implied rulesFrank Chang
2024-06-26target/riscv: Add MISA extension implied rulesFrank Chang
2024-06-26target/riscv: Introduce extension implied rule helpersFrank Chang
2024-06-26target/riscv: Introduce extension implied rules definitionFrank Chang
2024-06-26target/riscv: fix instructions count handling in icount modeClément Léger
2024-06-26target/riscv: Fix froundnx.h nanbox checkBranislav Brzak
2024-06-26target/riscv: Support the version for ss1p13Fea.Wang
2024-06-26target/riscv: Reserve exception codes for sw-check and hw-errFea.Wang
2024-06-26target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32Fea.Wang
2024-06-26target/riscv: Add 'P1P13' bit in SMSTATEEN0Fea.Wang
2024-06-26target/riscv: Define macros and variables for ss1p13Fea.Wang
2024-06-26target/riscv: Reuse the conversion function of priv_specJim Shu
2024-06-26target/riscv/kvm: handle the exit with debug reasonChao Du
2024-06-26target/riscv/kvm: add software breakpoints supportChao Du
2024-06-26target/riscv: zvbb implies zvkbJerry Zhang Jian
2024-06-26target/riscv: Move Guest irqs out of the core local irqs range.Rajnesh Kanwal
2024-06-26target/riscv: Extend virtual irq csrs masks to be 64 bit wide.Rajnesh Kanwal
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson