summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson2013-03-221-2/+6
* mmu-hash*: Add header file for definitionsDavid Gibson2013-03-221-24/+0
* target-ppc: mmu_ctx_t should not be a global typeDavid Gibson2013-03-221-14/+0
* target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson2013-03-221-2/+0
* target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson2013-03-221-1/+0
* target-ppc: Disentangle hash mmu helper functionsDavid Gibson2013-03-221-3/+0
* target-ppc: Disentangle get_physical_address() pathsDavid Gibson2013-03-221-0/+2
* target-ppc: Disentangle find_pte()David Gibson2013-03-221-0/+2
* target-ppc: Disentangle pte_check()David Gibson2013-03-221-0/+2
* target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson2013-03-221-3/+0
* target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson2013-03-221-3/+0
* target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson2013-03-221-30/+0
* PPC/GDB: handle read and write of fpscrFabien Chouteau2013-03-221-0/+2
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-1/+0
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+3
* target-ppc: Add mechanism for synchronizing SPRs with KVMDavid Gibson2013-03-081-0/+6
* target-ppc: Convert CPU definitionsAndreas Färber2013-03-081-20/+0
* target-ppc: Split out SO, OV, CA fields from XERRichard Henderson2013-02-231-4/+20
* PPC: Unify dcbzl code pathAlexander Graf2013-02-011-4/+2
* target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber2013-01-071-4/+0
* PPC: Bring EPR support closer to realityAlexander Graf2013-01-071-1/+3
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* target-ppc: Don't use hwaddr to represent hardware stateDavid Gibson2012-12-141-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-7/+0
|\
| * target-ppc: make some functions staticBlue Swirl2012-11-011-6/+0
| * ppc: add missing staticBlue Swirl2012-11-011-1/+0
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-011-2/+4
|\ \
| * | cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
| * | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber2012-10-311-1/+1
| |/
* | target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson2012-11-011-1/+3
* | target-ppc: Rework storage of VPA registration stateDavid Gibson2012-11-011-3/+3
|/
* target-ppc: Rework storage of VPA registration stateDavid Gibson2012-10-291-4/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-12/+12
* target-ppc: Remove unused power_mode field from cpu stateDavid Gibson2012-10-041-1/+0
* PPC: BookE206: Bump MAS2 to 64bitAlexander Graf2012-06-241-1/+1
* PPC: BookE: Implement EPR SPRAlexander Graf2012-06-241-0/+1
* PPC: Add support for MSR_CMAlexander Graf2012-06-241-0/+9
* PPC: Add some booke SPR definesAlexander Graf2012-06-241-0/+22
* ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt2012-06-241-0/+31
* ppc: Cleanup MMU mergeBlue Swirl2012-06-241-21/+0
* ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl2012-06-241-2/+0
* target-ppc: Let cpu_ppc_init() return PowerPCCPUAndreas Färber2012-06-041-2/+10
* target-ppc: QOM'ify CPUAndreas Färber2012-04-151-0/+2
* target-ppc: Drop cpu_ppc_close()Andreas Färber2012-04-151-1/+0
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-3/+3
* PPC64: Add support for ldbrx and stdbrx instructionsThomas Huth2012-03-151-1/+3
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-ppc: Don't overuse CPUStateAndreas Färber2012-03-141-19/+19
* PPC: 405: Use proper CPU resetAlexander Graf2012-03-141-0/+3
OpenPOWER on IntegriCloud