aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/excp_helper.c
AgeCommit message (Expand)Author
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-12-20Add MSR VSX and Associated ExceptionTom Musta
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf
2013-01-07ppc/booke: fix crit/mcheck/debug exceptionsScott Wood
2012-10-31target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber
2012-10-31target-ppc: Pass PowerPCCPU to powerpc_excp()Andreas Färber
2012-06-24PPC: Add support for MSR_CMAlexander Graf
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl
2012-06-24ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl
2012-06-24ppc: Split exception helpersBlue Swirl