aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan1-39/+28
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 3BALATON Zoltan1-13/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 2BALATON Zoltan1-2/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 1BALATON Zoltan1-25/+24
2024-03-13target/ppc: Add gen_exception_err_nip() functionBALATON Zoltan1-13/+15
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan2-147/+33
2024-03-13target/ppc: Use env_cpu for cpu_abort in excp_helperBALATON Zoltan1-55/+63
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin1-3/+0
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan2-0/+40
2024-03-13target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath3-136/+96
2024-03-13target/ppc: POWER10 does not have transactional memoryNicholas Piggin1-3/+2
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin3-20/+2
2024-03-13target/ppc: Prevent supervisor from modifying MSR[ME]Nicholas Piggin1-0/+5
2024-03-13target/ppc: Fix GDB SPR regnum indexingNicholas Piggin1-4/+3
2024-02-29target/ppc: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson1-1/+8
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki3-14/+0
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-10/+36
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-5/+6
2024-02-28target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki4-39/+21
2024-02-24Merge tag 'pull-request-2024-02-23' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-3/+3
2024-02-23target/ppc: optimise ppcemb_tlb_t flushingNicholas Piggin1-6/+37
2024-02-23target/ppc: 440 optimise tlbwe TLB flushingNicholas Piggin1-1/+1
2024-02-23target/ppc: 4xx optimise tlbwe_lo TLB flushingNicholas Piggin1-2/+8
2024-02-23target/ppc: 4xx don't flush TLB for a newly written software TLB entryNicholas Piggin1-7/+0
2024-02-23target/ppc: Factor out 4xx ppcemb_tlb_t flushingNicholas Piggin1-11/+13
2024-02-23target/ppc: Fix 440 tlbwe TLB invalidation gapsNicholas Piggin1-25/+10
2024-02-23target/ppc: Add SMT support to time facilitiesNicholas Piggin2-11/+136
2024-02-23target/ppc: Implement core timebase state machine and TFMRNicholas Piggin2-3/+243
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin1-0/+13
2024-02-23target/ppc: Fix move-to timebase SPR access permissionsNicholas Piggin1-8/+23
2024-02-23target/ppc: Improve timebase register defines namingNicholas Piggin2-9/+9
2024-02-23target/ppc: Rename TBL to TB on 64-bitNicholas Piggin2-0/+8
2024-02-23target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/USaif Abrar1-2/+38
2024-02-23hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepPhilippe Mathieu-Daudé1-15/+0
2024-02-23target/ppc: Rename registers to match ISANicholas Piggin2-11/+11
2024-02-23target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin1-11/+25
2024-02-23target/ppc: Fix lxv/stxv MSR facility checkNicholas Piggin1-1/+1
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()Thomas Huth1-2/+2
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_save_htab()Thomas Huth1-1/+1
2024-02-20ppc: correct typosManos Pitsidianakis1-1/+1
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth1-4/+6
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-5/+0
2024-02-03target/ppc: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson4-9/+14
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2-2/+2
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi4-16/+16
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan2-4/+2
2023-12-29target/ppc: Constify VMState in machine.cRichard Henderson1-16/+16