aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate_init.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-02PPC: E500: Populate L1CFG0 SPRAlexander Graf1-1/+4
2012-02-02PPC: e500mc: Enable processor controlAlexander Graf1-1/+1
2012-02-02PPC: e500: msync is 440 only, e500 has real syncAlexander Graf1-3/+3
2012-02-02PPC: e500mc: add missing IVORs to bitmapAlexander Graf1-1/+5
2012-02-02PPC: Add IVOR 38-42Alexander Graf1-14/+15
2012-01-21PPC: Enable 440EP CPU targetAlexander Graf1-11/+5
2012-01-03PPC: Add description for the Freescale e500mc core.Varun Sethi1-6/+50
2011-10-31ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriateDavid Gibson1-3/+17
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson1-16/+2
2011-10-30PPC: Disable non-440 CPUs for ppcemb targetAlexander Graf1-0/+24
2011-10-30ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3David Gibson1-0/+4
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson1-1/+7
2011-10-30ppc: Remove broken partial PVR matchingDavid Gibson1-30/+6
2011-10-06PPC: booke timersFabien Chouteau1-0/+39
2011-10-06Gdbstub: handle read of fpscrFabien Chouteau1-2/+1
2011-10-06Implement POWER7's CFAR in TCGDavid Gibson1-1/+22
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-06-17PPC: move TLBs to their own arraysAlexander Graf1-1/+26
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil1-6/+6
2011-05-14Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno1-80/+202
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf1-49/+114
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf1-33/+90
2011-05-08Fix typos in comments (instanciation -> instantiation)Stefan Weil1-1/+1
2011-04-01Add POWER7 support for ppcDavid Gibson1-0/+107
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson1-6/+1
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson1-0/+8
2011-02-16Handle icount for powerpc tbl/tbu/decr load and store.Tristan Gingold1-0/+42
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-1/+1
2010-09-30powerpc: Add a ppc-440x5 Xilinx modelEdgar E. Iglesias1-2/+4
2010-07-19target-ppc: fix power mode checking on 7400/7410Aurelien Jarno1-2/+2
2010-03-26target-ppc: generic PowerPC TBLDmitry Ilyevsky1-4/+4
2009-10-18target-ppc: simpler definitions for microcontrollers based on e300Thomas Monjalon1-68/+44
2009-10-18target-ppc: add declarations of microcontrollers based on e300Thomas Monjalon1-8/+40
2009-10-18target-ppc: better support of e300 CPU coreThomas Monjalon1-2/+8
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-39/+39
2009-10-01Get rid of _t suffixmalc1-39/+39
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-2/+2
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-13target-ppc: enable PPC_MFTB for 44xBaojun Wang1-6/+6
2009-06-23target-ppc: permit linux-user to read PVRNathan Froyd1-1/+7
2009-06-17Replace ELF section hack with normal tableBlue Swirl1-9/+2
2009-05-16target-ppc: expose cpu capability flagsNathan Froyd1-0/+1
2009-04-28Fix powerpc 604 reset vectorTristan Gingold1-2/+2
2009-04-28Fix PPC resetBlue Swirl1-20/+23
2009-03-10target-ppc: fix commit r6789aurel321-2/+2
2009-03-09target-ppc: free a tcg temp variableaurel321-0/+1
2009-03-09target-ppc: add support for reading/writing spefscraurel321-8/+23
2009-03-07Fix off-by-one errors for Altivec and SPE registersaurel321-8/+8
2009-03-07Keep SLB in-CPUblueswir11-1/+1