aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2022-10-17target/ppc: Fix xvcmp* clearing FI bitVíctor Colombo1-1/+0
2022-10-17target/ppc: restore powerpc_excp_booke doorbell interruptsNicholas Piggin1-0/+6
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+4
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2-11/+11
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-20target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo1-11/+26
2022-09-20target/ppc: Zero second doubleword of VSR registers for FPR insnsVíctor Colombo1-0/+8
2022-09-20target/ppc: Set OV32 when OV is setVíctor Colombo1-2/+2
2022-09-20target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo1-1/+1
2022-09-20target/ppc: Set result to QNaN for DENBCD when VXCVI occursVíctor Colombo1-2/+24
2022-09-20target/ppc: Zero second doubleword in DFP instructionsVíctor Colombo1-1/+4
2022-09-20target/ppc: Remove unused xer_* macrosVíctor Colombo1-4/+0
2022-09-20target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo1-1/+1
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo3-26/+17
2022-09-20target/ppc: Move fsqrts to decodetreeVíctor Colombo3-23/+2
2022-09-20target/ppc: Move fsqrt to decodetreeVíctor Colombo3-13/+24
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo4-0/+8
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo5-0/+128
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo2-0/+30
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-08-31target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)2-2/+2
2022-08-30target/ppc: Fix host PVR matching for KVMNicholas Piggin3-23/+76
2022-08-04ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo1-1/+0
2022-07-28target/ppc: Implement new wait variantsNicholas Piggin2-8/+91
2022-07-18target/ppc: Check page dir/table base alignmentLeandro Lupori1-4/+24
2022-07-18target/ppc: Improve Radix xlate level validationLeandro Lupori1-11/+38
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori2-4/+18
2022-07-18target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst2-10/+17
2022-07-18target/ppc: Implement slbiagLucas Coutinho4-0/+46
2022-07-18target/ppc: Move slbsync to decodetreeLucas Coutinho3-17/+16
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho5-28/+38
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho5-15/+17
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho5-14/+18
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho5-16/+18
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho5-19/+21
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho5-15/+17
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho5-15/+23
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst2-5/+23
2022-07-18target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst2-149/+154
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori4-0/+188
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori4-64/+99
2022-07-18target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst1-3/+3
2022-07-18target/ppc: fix PMU Group A register read/write exceptionsMatheus Ferst1-5/+5
2022-07-18target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst2-4/+4
2022-07-18target/ppc: remove mfdcrux and mtdcruxMatheus Ferst2-22/+2
2022-07-18target/ppc: fix exception error value in slbfeeMatheus Ferst1-2/+2
2022-07-18target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst1-4/+4
2022-07-18target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo1-0/+6
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater2-6/+0