summaryrefslogtreecommitdiff
path: root/target-ppc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-ppc: Let cpu_ppc_init() return PowerPCCPUAndreas Färber1-2/+2
2012-05-01target-ppc: Some support for dumping TLB_EMB TLBsFrançois Revol1-0/+50
2012-04-15target-ppc: QOM'ify CPU resetAndreas Färber1-44/+1
2012-04-15target-ppc: Start QOM'ifying CPU initAndreas Färber1-1/+2
2012-04-15target-ppc: QOM'ify CPUAndreas Färber1-1/+3
2012-04-15target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson1-9/+0
2012-04-15target-ppc: Drop cpu_ppc_close()Andreas Färber1-6/+0
2012-04-15PPC: Fix TLB invalidation bug within the PPC interrupt handler.Mark Cave-Ayland1-1/+1
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-4/+4
2012-03-15PPC: Fix large page support in TCGNathan Whitehorn1-6/+6
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber1-40/+40
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-02-28target-ppc: Clean includesStefan Weil1-6/+0
2012-02-11ppc: remove unused variablesBlue Swirl1-3/+0
2012-02-02PPC: Enable doorbell excp handlersAlexander Graf1-14/+2
2012-02-02PPC: booke206: move avail check to tlbweAlexander Graf1-7/+1
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf1-0/+3
2012-02-02PPC: booke206: allow NULL raddr in ppcmas_tlb_checkAlexander Graf1-1/+4
2012-01-03PPC: monitor: add ability to dump SLB entriesNishanth Aravamudan1-0/+28
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson1-0/+11
2011-10-06ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pagesScott Wood1-2/+3
2011-10-06ppc: booke206: add "info tlb" supportScott Wood1-0/+88
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-08-23PPC: E500: Set ESR valuesAlexander Graf1-0/+6
2011-08-23PPC: E500: Add ESR bit definitionsAlexander Graf1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-2/+2
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+3
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl1-20/+173
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-17PPC: move TLBs to their own arraysAlexander Graf1-13/+13
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf1-9/+146
2011-06-17target-ppc: Handle memory-forced I/O controller accessHervé Poussineau1-0/+16
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-20Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson1-5/+4
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf1-56/+213
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson1-8/+28
2011-04-01Add POWER7 support for ppcDavid Gibson1-0/+6
2011-04-01Support 1T segments on ppcDavid Gibson1-12/+38
2011-04-01Better factor the ppc hash translation pathDavid Gibson1-48/+19
2011-04-01Use "hash" more consistently in ppc mmu codeDavid Gibson1-49/+46
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson1-35/+45
2011-04-01Clean up slb_lookup() functionDavid Gibson1-27/+18
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson1-0/+26
2011-04-01Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson1-0/+8
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson1-126/+50
2010-10-13ppc: remove video.xBlue Swirl1-11/+0
2010-10-05ppc: Minor 40x MMU fixesJohn Clark1-2/+0
2010-09-24powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias1-8/+30