aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
7 daystarget/ppc: Fix THREAD_SIBLING_FOREACH for multi-socketGlenn Miles
7 daysppc/pnv: Fix direct controls quiesceNicholas Piggin
7 daystarget/ppc: Fix non-maskable interrupt while haltedNicholas Piggin
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-04target/ppc: reduce duplicate code between init_proc_POWER{9, 10}Harsh Prateek Bora
2024-11-04target/ppc: combine multiple ail checks into oneHarsh Prateek Bora
2024-11-04target/ppc: simplify var usage in ppc_next_unmasked_interruptHarsh Prateek Bora
2024-11-04target/ppc: optimize p7 exception handling routinesHarsh Prateek Bora
2024-11-04target/ppc: optimize p8 exception handling routinesHarsh Prateek Bora
2024-11-04target/ppc: optimize p9 exception handling routinesHarsh Prateek Bora
2024-11-04target/ppc: optimize hreg_compute_pmu_hflags_valueHarsh Prateek Bora
2024-11-04target/ppc: optimize hreg_compute_pmu_hflags_valueHarsh Prateek Bora
2024-11-04target/ppc: use locally stored msr and avoid indirect accessHarsh Prateek Bora
2024-11-04target/ppc: Add Power11 DD2.0 processorAditya Gupta
2024-11-04target/ppc: Fix regression due to Power10 and Power11 having same PCRAditya Gupta
2024-11-04target/ppc: Introduce 'PowerPCCPUClass::spapr_logical_pvr'Aditya Gupta
2024-11-04target/ppc: Reduce code duplication across Power9/10 init codeHarsh Prateek Bora
2024-11-04ppc/spapr: remove deprecated machine pseries-2.12Harsh Prateek Bora
2024-11-04ppc/spapr: remove deprecated machine pseries-2.9Harsh Prateek Bora
2024-11-04ppc/spapr: remove deprecated machine pseries-2.7Harsh Prateek Bora
2024-11-04target/ppc: Fix VRMA to not check virtual page class key protectionNicholas Piggin
2024-11-04target/ppc: Fix HFSCR facility checksNicholas Piggin
2024-11-04target/ppc: Fix doorbell delivery to threads in powersaveNicholas Piggin
2024-11-04target/ppc: PMIs are level triggeredNicholas Piggin
2024-11-04target/ppc: Fix mtDPDES targeting SMT siblingsNicholas Piggin
2024-11-04ppc/pnv: Fix LPC serirq routing calculationNicholas Piggin
2024-11-04target/ppc: Make divd[u] handler method decodetree compatibleIlya Leoshkevich
2024-11-04target/ppc: Set ctx->opcode for decode_insn32()Ilya Leoshkevich
2024-10-15target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()Philippe Mathieu-Daudé
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-24target/ppc: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-22target/ppc: Fix lxvx/stxvx facility checkFabiano Rosas
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-03target/ppc: Fix migration of CPUs with TLB_EMB TLB typeArman Nabiev
2024-07-26target/ppc: Remove includes from mmu-book3s-v3.hBALATON Zoltan
2024-07-26target/ppc/mmu-radix64: Remove externally unused parts from headerBALATON Zoltan
2024-07-26target/ppc: Unexport some functions from mmu-book3s-v3.hBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the headerBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()BALATON Zoltan
2024-07-26target/ppc: Remove bat_size_prot()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Use defines instead of numeric constantsBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Rename function parameterBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove key field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Init variable in function that relies on itBALATON Zoltan