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