aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell1-0/+6
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao1-3/+3
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao1-5/+12
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen1-12/+3
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao1-0/+76
2024-07-11target/arm: Convert PMULL to decodetreeRichard Henderson2-82/+15
2024-07-11target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson2-71/+61
2024-07-11target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson2-43/+48
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson2-499/+138
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson2-72/+87
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson2-50/+156
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell19-1/+24
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell3-1/+5
2024-07-11target/arm: Use cpu_env in cpu_untagged_addrRichard Henderson1-2/+2
2024-07-11target/arm: Allow FPCR bits that aren't in FPSCRPeter Maydell1-21/+35
2024-07-11target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolicallyPeter Maydell3-11/+40
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell5-24/+27
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell6-27/+28
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell1-0/+7
2024-07-11target/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell1-2/+132
2024-07-11target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell2-44/+78
2024-07-11target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell2-21/+37
2024-07-11target/arm: Correct comments about M-profile FPSCRPeter Maydell1-3/+2
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero4-0/+276
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero2-38/+73
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero1-0/+3
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-23/+109
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini2-0/+37
2024-07-04target/i386: add support for masking CPUID features in confidential guestsPaolo Bonzini2-0/+29
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2-11/+2
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse2-11/+2
2024-07-03target/i386: add avx-vnni-int16 featurePaolo Bonzini1-1/+1
2024-07-03i386/sev: Fallback to the default SEV device if none provided in sev_get_capa...Michal Privoznik1-5/+5
2024-07-03i386/sev: Fix error message in sev_get_capabilities()Michal Privoznik1-1/+1
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini2-0/+7
2024-07-03target/i386: SEV: fix formatting of CPUID mismatch messagePaolo Bonzini1-3/+3
2024-07-03target/i386: drop AMD machine check bits from Intel CPUIDPaolo Bonzini1-4/+19
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini3-9/+7
2024-07-02Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson1-22/+1
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki1-22/+1
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