summaryrefslogtreecommitdiff
path: root/target/ppc/misc_helper.c
AgeCommit message (Expand)Author
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-09-01target/ppc: Remove superfluous breaksLiao Pingfang
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-04-26target/ppc: Style fixes for misc_helper.cDavid Gibson
2019-02-26target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth