aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-2/+2
2023-08-24target/ppc: Use tcg_gen_negsetcond_*Richard Henderson2-7/+7
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-7/+6
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+5
2023-08-04target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin2-6/+44
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-08-04target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin1-11/+16
2023-07-31target/ppc: Disable goto_tb with architectural singlestepRichard Henderson1-0/+3
2023-07-08target/ppc: Use aesdec_ISB_ISR_AK_IMCRichard Henderson1-15/+4
2023-07-08target/ppc: Use aesenc_SB_SR_MC_AKRichard Henderson1-10/+4
2023-07-08target/ppc: Use aesdec_ISB_ISR_AKRichard Henderson1-7/+1
2023-07-08target/ppc: Use aesenc_SB_SR_AKRichard Henderson1-7/+2
2023-07-07target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'Philippe Mathieu-Daudé1-5/+0
2023-07-07target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.cPhilippe Mathieu-Daudé1-1/+1
2023-07-07target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.hPhilippe Mathieu-Daudé2-2/+2
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé2-4/+4
2023-07-07target/ppc: Reorder #ifdef'ry in kvm_ppc.hPhilippe Mathieu-Daudé1-34/+28
2023-07-07target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'Philippe Mathieu-Daudé1-0/+1
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin3-0/+55
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin5-1/+40
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin5-5/+33
2023-07-07target: ppc: Use MSR_HVB bit to get the target endianness for memory dumpNarayana Murty N1-1/+1
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan1-8/+7
2023-07-07target/ppd: Remove unused defineBALATON Zoltan1-1/+0
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan1-5/+2
2023-07-07target/ppc: Move common check in exception handlers to a functionBALATON Zoltan1-89/+25
2023-07-07target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()BALATON Zoltan1-5/+4
2023-07-07target/ppc: Remove some superfluous parenthesesBALATON Zoltan1-4/+4
2023-07-07target/ppc: Fix icount access for some hypervisor instructionsNicholas Piggin1-0/+7
2023-07-07target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin5-1/+28
2023-07-07target/ppc: Tidy POWER book4 SPR registrationNicholas Piggin1-27/+55
2023-07-07target/ppc: Only generate decodetree files when TCG is enabledPhilippe Mathieu-Daudé1-1/+1
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé2-0/+6
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2-6/+6
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin3-11/+71
2023-06-25target/ppc: Add support for SMT CTRL registerNicholas Piggin3-1/+44
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin3-0/+36
2023-06-25target/ppc: Fix sc instruction handling of LEV fieldNicholas Piggin1-1/+6
2023-06-25target/ppc: Better CTRL SPR implementationNicholas Piggin1-1/+8
2023-06-25target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interruptsNicholas Piggin1-0/+4
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin3-1/+40
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin2-4/+83
2023-06-25target/ppc: Change partition-scope translate interfaceNicholas Piggin1-8/+16
2023-06-25target/ppc: Fix instruction loading endianness in alignment interruptNicholas Piggin1-1/+21
2023-06-25target/ppc: Fix timer register accessors when !KVMCédric Le Goater1-0/+12
2023-06-25target/ppc: gdbstub init spr gdb_id for all CPUsNicholas Piggin1-11/+19
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-5/+5
2023-06-20target/ppc: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-14/+12
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan3-0/+20
2023-06-10target/ppc: Rework store conditional to avoid branchNicholas Piggin1-33/+30