summaryrefslogtreecommitdiffstats
path: root/target/ppc/misc_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst2022-10-281-7/+2Star
* target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2022-10-281-3/+3
* target/ppc: Remove msr_hv macroVíctor Colombo2022-05-051-1/+1
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-40/+0Star
* target/ppc: Finish removal of 401/403 CPUsCédric Le Goater2022-01-181-9/+0Star
* target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)2021-06-031-1/+23
* target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2021-06-031-16/+0Star
* target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)2021-05-191-0/+10
* target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson2021-05-041-0/+3
* target/ppc: Reduce env->hflags to uint32_tRichard Henderson2021-05-041-1/+1
* target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson2021-05-041-5/+3Star
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/ppc: Remove superfluous breaksLiao Pingfang2020-09-011-5/+0Star
* target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater2020-02-021-0/+27
* target/ppc: Add privileged message send facilitiesCédric Le Goater2020-02-021-0/+36
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+2
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-16/+6Star
* target/ppc: Style fixes for misc_helper.cDavid Gibson2019-04-261-4/+5
* target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt2019-02-251-0/+15
* target/ppc: Allow privileged access to SPR_PCRJoel Stanley2018-06-121-0/+9
* target/ppc: add basic support for PTCR on POWER9Cédric Le Goater2018-05-041-0/+12
* target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh2017-04-261-0/+8
* target/ppc: SDR1 is a hypervisor resourceDavid Gibson2017-03-011-5/+3Star
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-2/+2
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+210