aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini
2024-07-04target/i386: add support for masking CPUID features in confidential guestsPaolo Bonzini
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse
2024-07-03target/i386: add avx-vnni-int16 featurePaolo Bonzini
2024-07-03i386/sev: Fallback to the default SEV device if none provided in sev_get_capa...Michal Privoznik
2024-07-03i386/sev: Fix error message in sev_get_capabilities()Michal Privoznik
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini
2024-07-03target/i386: SEV: fix formatting of CPUID mismatch messagePaolo Bonzini
2024-07-03target/i386: drop AMD machine check bits from Intel CPUIDPaolo Bonzini
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini
2024-07-02Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki
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