aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2024-05-08target/ppc: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-1/+1
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson7-0/+8
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé7-0/+8
2024-05-03ppc: switch boards to "default y"Paolo Bonzini1-0/+1
2024-05-03kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabledPaolo Bonzini1-4/+13
2024-04-29target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU listThomas Huth1-4/+5
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-26target/ppc/excp_helper: Avoid 'abi_ptr' in system emulationPhilippe Mathieu-Daudé1-1/+1
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2-2/+2
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini1-5/+0
2024-04-02target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()Philippe Mathieu-Daudé1-2/+2
2024-03-30target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisorNicholas Piggin1-2/+3
2024-03-30target/ppc: Fix GDB register indexing on secondary CPUsBenjamin Gray1-11/+20
2024-03-30target/ppc: Restore [H]DEXCR to 64-bitsBenjamin Gray1-2/+2
2024-03-30target/ppc/mmu-radix64: Use correct string format in walk_tree()Philippe Mathieu-Daudé1-4/+4
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell11-453/+312
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora1-0/+2
2024-03-13spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora1-0/+2
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-03-12target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé6-30/+14
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-6/+6
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé1-4/+4
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