aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-07-26target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128.Chinmay Rath
2024-07-26target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128.Chinmay Rath
2024-07-26target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.Chinmay Rath
2024-07-26target/ppc: Move VSX fp compare insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX vector storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX vector with length storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Moving VSX scalar storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX logical instructions to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX arithmetic and max/min insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move ISA300 flag check out of do_helper_XX3.Chinmay Rath
2024-07-26target/ppc: Improve VMX integer add/sub saturate instructions.Chinmay Rath
2024-07-26target/ppc: Move VMX integer add/sub saturate insns to decodetree.Chinmay Rath
2024-07-26ppc/pnv: Add an LPAR per core machine optionNicholas Piggin
2024-07-26ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin
2024-07-26ppc/pnv: Implement Power9 CPU core thread state indirect registerNicholas Piggin
2024-07-26ppc: Add has_smt_siblings property to CPUPPCStateNicholas Piggin
2024-07-26target/ppc: Add helpers to check for SMT sibling threadsNicholas Piggin
2024-07-26ppc: Add a core_index to CPUPPCState for SMT vCPUsNicholas Piggin
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin
2024-07-26target/ppc: Fix msgsnd for POWER8Nicholas Piggin
2024-07-26target/ppc/cpu_init: Synchronize HASHPKEYR with KVM for migrationShivaprasad G Bhat
2024-07-26target/ppc/cpu_init: Synchronize HASHKEYR with KVM for migrationShivaprasad G Bhat
2024-07-26target/ppc/cpu_init: Synchronize DEXCR with KVM for migrationShivaprasad G Bhat
2024-07-26target/ppc/arch_dump: set prstatus pid to cpuidOmar Sandoval
2024-07-26target/ppc: handle vcpu hotplug failure gracefullyHarsh Prateek Bora
2024-07-25Merge tag 'bsd-user-for-9.1-pull-request' of gitlab.com:bsdimp/qemu into stagingRichard Henderson
2024-07-24target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issueSong Gao
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-23sparc/ldst_helper: make range overlap check more readableYao Xingtao
2024-07-23bsd-user: Make compile for non-linux user-mode stuffWarner Losh
2024-07-23bsd-user: Hard wire aarch64 to be 4k pages onlyWarner Losh
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23Merge tag 'pull-maintainer-9.1-rc0-230724-1' of https://gitlab.com/stsquad/qe...Richard Henderson
2024-07-23target/riscv: Simplify probing in vext_ldffRichard Henderson
2024-07-23target/s390x: Use set/clear_helper_retaddr in mem_helper.cRichard Henderson
2024-07-23target/s390x: Use user_or_likely in access_memmoveRichard Henderson
2024-07-23target/s390x: Use user_or_likely in do_access_memsetRichard Henderson
2024-07-23target/ppc: Improve helper_dcbz for user-onlyRichard Henderson
2024-07-23target/ppc: Merge helper_{dcbz,dcbzep}Richard Henderson
2024-07-23target/ppc: Split out helper_dbczl for 970Richard Henderson
2024-07-23target/ppc: Hoist dcbz_size out of dcbz_commonRichard Henderson
2024-07-23target/ppc/mem_helper.c: Remove a conditional from dcbz_common()BALATON Zoltan
2024-07-23target/arm: Use set/clear_helper_retaddr in SVE and SME helpersRichard Henderson
2024-07-23target/arm: Use set/clear_helper_retaddr in helper-a64.cRichard Henderson
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel
2024-07-22target/s390x: filter deprecated properties based on model expansion typeCollin Walling
2024-07-22target/xtensa: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/riscv: Restrict semihosting to TCGPhilippe Mathieu-Daudé