aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-05-18Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]Taylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for clr[tf]newTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for allocframe/deallocframeTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for loop setup instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v73 scalar instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v69 HVX instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 HVX instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 scalar instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-18target/arm: Saturate L2CTLR_EL1 core count field rather than overflowingPeter Maydell
2023-05-18target/arm: Convert ERET, ERETAA, ERETAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetreePeter Maydell
2023-05-18target/arm: Convert BR, BLR, RET to decodetreePeter Maydell
2023-05-18target/arm: Convert conditional branch insns to decodetreePeter Maydell
2023-05-18target/arm: Convert TBZ, TBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert CBZ, CBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Split gen_add_CC and gen_sub_CCRichard Henderson
2023-05-18target/arm: Convert PC-rel addressing to decodetreeRichard Henderson
2023-05-18target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoderPeter Maydell
2023-05-18target/arm: Create decodetree skeleton for A64Peter Maydell
2023-05-18target/arm: Split out disas_a64_legacyRichard Henderson
2023-05-18target/arm: add RAZ/WI handling for DBGDTR[TX|RX]Alex Bennée
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson
2023-05-18target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou
2023-05-18target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou
2023-05-18target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-05-18target/i386: add support for FB_CLEAR featureEmanuele Giuseppe Esposito
2023-05-18target/i386: add support for FLUSH_L1D featureEmanuele Giuseppe Esposito
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth
2023-05-13Merge tag 'or1k-pull-request-20230513' of https://github.com/stffrdhrn/qemu i...Richard Henderson
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkpull-target-arm-20230512Peter Maydell
2023-05-12target/arm: Select CONFIG_ARM_V7M when TCG is enabledFabiano Rosas
2023-05-12target/arm: Select SEMIHOSTING when using TCGFabiano Rosas
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell