summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
...
* ppc: Split MMU etc. helpers from op_helper.cBlue Swirl2012-06-243-854/+884
* ppc: Avoid AREG0 for integer and vector helpersBlue Swirl2012-06-244-191/+280
* ppc: Split integer and vector opsBlue Swirl2012-06-243-1500/+1540
* ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl2012-06-244-322/+346
* ppc: Split FPU and SPE opsBlue Swirl2012-06-243-1710/+1733
* ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl2012-06-243-746/+745
* ppc: Fix coding style in helper.cBlue Swirl2012-06-241-164/+230
* ppc: Avoid AREG0 for exception helpersBlue Swirl2012-06-245-76/+85
* ppc: Split exception helpersBlue Swirl2012-06-243-190/+220
* ppc: Fix coding style in op_helper.cBlue Swirl2012-06-241-520/+725
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-1/+1
* target-ppc: Unbreak kvm_ppc.c buildAndreas Färber2012-06-091-1/+1
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+3
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-ppc: Let cpu_ppc_init() return PowerPCCPUAndreas Färber2012-06-042-4/+12
* target-ppc: Some support for dumping TLB_EMB TLBsFrançois Revol2012-05-011-0/+50
* PPC: Fix up e500 cache size settingAlexander Graf2012-05-011-12/+14
* target-ppc/machine.c: Drop unnecessary ifdefsJuan Quintela2012-04-151-8/+0
* target-ppc: Init dcache and icache size for e500 user modeMeador Inge2012-04-151-1/+4
* target-ppc: Fix type casts for w64 (uintptr_t)Stefan Weil2012-04-151-3/+3
* target-ppc: QOM'ify CPU resetAndreas Färber2012-04-153-46/+47
* target-ppc: Start QOM'ifying CPU initAndreas Färber2012-04-152-1/+11
* target-ppc: QOM'ify CPUAndreas Färber2012-04-154-1/+119
* target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson2012-04-154-25/+54
* target-ppc: Drop cpu_ppc_close()Andreas Färber2012-04-152-7/+0
* PPC: Fix TLB invalidation bug within the PPC interrupt handler.Mark Cave-Ayland2012-04-151-1/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* Replace Qemu by QEMU in commentsStefan Weil2012-04-075-21/+21
* PPC: KVM: Synchronize regs on CPU dumpAlexander Graf2012-03-151-0/+2
* ppc: Correctly define POWERPC_INSNS2_DEFAULTMeador Inge2012-03-151-2/+2
* PPC: Fix large page support in TCGNathan Whitehorn2012-03-151-6/+6
* PPC: Add PIR register to POWER7 CPUNathan Whitehorn2012-03-151-0/+5
* PPC64: Add support for ldbrx and stdbrx instructionsThomas Huth2012-03-153-11/+47
* pseries: Don't try to munmap() a malloc()ed TCE tableDavid Gibson2012-03-151-2/+10
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-ppc: Don't overuse CPUStateAndreas Färber2012-03-148-152/+152
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* PPC: 405: Use proper CPU resetAlexander Graf2012-03-141-0/+3
* target-ppc: Clean includesStefan Weil2012-02-282-12/+0
* ppc: remove unused variablesBlue Swirl2012-02-111-3/+0
* PPC: E500: Populate L1CFG0 SPRAlexander Graf2012-02-021-1/+4
* PPC: e500mc: Enable processor controlAlexander Graf2012-02-021-1/+1
* PPC: E500: Implement msgsndAlexander Graf2012-02-023-0/+35
* PPC: E500: Implement msgclrAlexander Graf2012-02-023-0/+54
* PPC: Enable doorbell excp handlersAlexander Graf2012-02-021-14/+2
* PPC: Add CPU feature for processor controlAlexander Graf2012-02-021-1/+3
* PPC: E500: Add doorbell definesAlexander Graf2012-02-021-0/+16
* PPC: E500: Add some more excp vectorsAlexander Graf2012-02-021-1/+4
OpenPOWER on IntegriCloud