summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: Move misc helpers from helper.c to misc_helper.cBlue Swirl2012-06-241-9/+0
* ppc: Move MMU helpers from helper.c to mmu_helper.cBlue Swirl2012-06-241-2475/+0
* ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl2012-06-241-744/+0
* ppc: Fix coding style in helper.cBlue Swirl2012-06-241-164/+230
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-1/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-ppc: Let cpu_ppc_init() return PowerPCCPUAndreas Färber2012-06-041-2/+2
* target-ppc: Some support for dumping TLB_EMB TLBsFrançois Revol2012-05-011-0/+50
* target-ppc: QOM'ify CPU resetAndreas Färber2012-04-151-44/+1
* target-ppc: Start QOM'ifying CPU initAndreas Färber2012-04-151-1/+2
* target-ppc: QOM'ify CPUAndreas Färber2012-04-151-1/+3
* target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson2012-04-151-9/+0
* target-ppc: Drop cpu_ppc_close()Andreas Färber2012-04-151-6/+0
* PPC: Fix TLB invalidation bug within the PPC interrupt handler.Mark Cave-Ayland2012-04-151-1/+1
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-4/+4
* PPC: Fix large page support in TCGNathan Whitehorn2012-03-151-6/+6
* target-ppc: Don't overuse CPUStateAndreas Färber2012-03-141-40/+40
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* target-ppc: Clean includesStefan Weil2012-02-281-6/+0
* ppc: remove unused variablesBlue Swirl2012-02-111-3/+0
* PPC: Enable doorbell excp handlersAlexander Graf2012-02-021-14/+2
* PPC: booke206: move avail check to tlbweAlexander Graf2012-02-021-7/+1
* PPC: booke206: Check for TLB overrunAlexander Graf2012-02-021-0/+3
* PPC: booke206: allow NULL raddr in ppcmas_tlb_checkAlexander Graf2012-02-021-1/+4
* PPC: monitor: add ability to dump SLB entriesNishanth Aravamudan2012-01-031-0/+28
* pseries: Support SMT systems for KVM Book3S-HVDavid Gibson2011-10-301-0/+11
* ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pagesScott Wood2011-10-061-2/+3
* ppc: booke206: add "info tlb" supportScott Wood2011-10-061-0/+88
* Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* PPC: E500: Set ESR valuesAlexander Graf2011-08-231-0/+6
* PPC: E500: Add ESR bit definitionsAlexander Graf2011-08-231-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-2/+2
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+3
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-07-011-20/+173
|\
| * PPC: move TLBs to their own arraysAlexander Graf2011-06-171-13/+13
| * PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf2011-06-171-9/+146
| * target-ppc: Handle memory-forced I/O controller accessHervé Poussineau2011-06-171-0/+16
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson2011-05-201-5/+4
* PPC: Implement e500 (FSL) MMUAlexander Graf2011-05-121-56/+213
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-011-8/+28
* Add POWER7 support for ppcDavid Gibson2011-04-011-0/+6
* Support 1T segments on ppcDavid Gibson2011-04-011-12/+38
* Better factor the ppc hash translation pathDavid Gibson2011-04-011-48/+19
* Use "hash" more consistently in ppc mmu codeDavid Gibson2011-04-011-49/+46
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-011-35/+45
* Clean up slb_lookup() functionDavid Gibson2011-04-011-27/+18
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-011-0/+26
OpenPOWER on IntegriCloud