aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/misc_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26ppc/pnv: Implement Power9 CPU core thread state indirect registerNicholas Piggin1-0/+17
2024-07-26target/ppc: Add helpers to check for SMT sibling threadsNicholas Piggin1-21/+6
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin1-33/+34
2024-05-24target/ppc: Implement SPRC/SPRD SPRsNicholas Piggin1-0/+66
2024-05-24target/ppc: Add SMT support to PTCR SPRNicholas Piggin1-2/+14
2024-05-24target/ppc: Add clrbhrb and mfbhrbe instructionsGlenn Miles1-0/+50
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin1-3/+0
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-0/+10
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-0/+5
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin1-0/+21
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin1-0/+8
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin1-6/+38
2023-06-25target/ppc: Add support for SMT CTRL registerNicholas Piggin1-0/+25
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin1-2/+2
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst1-7/+2
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst1-3/+3
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo1-1/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-40/+0
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-9/+0
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)1-1/+23
2021-06-03target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)1-16/+0
2021-05-19target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)1-0/+10
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson1-0/+3
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson1-1/+1
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson1-5/+3
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-01target/ppc: Remove superfluous breaksLiao Pingfang1-5/+0
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater1-0/+27
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater1-0/+36
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+2
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-16/+6
2019-04-26target/ppc: Style fixes for misc_helper.cDavid Gibson1-4/+5
2019-02-26target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt1-0/+15
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley1-0/+9
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater1-0/+12
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh1-0/+8
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson1-5/+3
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-2/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+210