Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber | 2013-03-12 | 1 | -3/+7 |
* | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber | 2013-03-12 | 1 | -1/+1 |
* | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 2013-03-12 | 1 | -7/+15 |
* | PPC: Bring EPR support closer to reality | Alexander Graf | 2013-01-07 | 1 | -0/+4 |
* | ppc/booke: fix crit/mcheck/debug exceptions | Scott Wood | 2013-01-07 | 1 | -9/+22 |
* | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall | Andreas Färber | 2012-10-31 | 1 | -2/+2 |
* | target-ppc: Pass PowerPCCPU to powerpc_excp() | Andreas Färber | 2012-10-31 | 1 | -16/+20 |
* | PPC: Add support for MSR_CM | Alexander Graf | 2012-06-24 | 1 | -4/+5 |
* | ppc: Move load and store helpers, switch to AREG0 free mode | Blue Swirl | 2012-06-24 | 1 | -1/+2 |
* | ppc: Move exception helpers from helper.c to excp_helper.c | Blue Swirl | 2012-06-24 | 1 | -0/+745 |
* | ppc: Avoid AREG0 for exception helpers | Blue Swirl | 2012-06-24 | 1 | -28/+32 |
* | ppc: Split exception helpers | Blue Swirl | 2012-06-24 | 1 | -0/+218 |