aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate_init.c
AgeCommit message (Expand)Author
2012-03-15ppc: Correctly define POWERPC_INSNS2_DEFAULTMeador Inge
2012-03-15PPC: Add PIR register to POWER7 CPUNathan Whitehorn
2012-03-15PPC64: Add support for ldbrx and stdbrx instructionsThomas Huth
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber
2012-02-02PPC: E500: Populate L1CFG0 SPRAlexander Graf
2012-02-02PPC: e500mc: Enable processor controlAlexander Graf
2012-02-02PPC: e500: msync is 440 only, e500 has real syncAlexander Graf
2012-02-02PPC: e500mc: add missing IVORs to bitmapAlexander Graf
2012-02-02PPC: Add IVOR 38-42Alexander Graf
2012-01-21PPC: Enable 440EP CPU targetAlexander Graf
2012-01-03PPC: Add description for the Freescale e500mc core.Varun Sethi
2011-10-31ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriateDavid Gibson
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson
2011-10-30PPC: Disable non-440 CPUs for ppcemb targetAlexander Graf
2011-10-30ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3David Gibson
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson
2011-10-30ppc: Remove broken partial PVR matchingDavid Gibson
2011-10-06PPC: booke timersFabien Chouteau
2011-10-06Gdbstub: handle read of fpscrFabien Chouteau
2011-10-06Implement POWER7's CFAR in TCGDavid Gibson
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-17PPC: move TLBs to their own arraysAlexander Graf
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil
2011-05-14Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf
2011-05-08Fix typos in comments (instanciation -> instantiation)Stefan Weil
2011-04-01Add POWER7 support for ppcDavid Gibson
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson
2011-02-16Handle icount for powerpc tbl/tbu/decr load and store.Tristan Gingold
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-09-30powerpc: Add a ppc-440x5 Xilinx modelEdgar E. Iglesias
2010-07-19target-ppc: fix power mode checking on 7400/7410Aurelien Jarno
2010-03-26target-ppc: generic PowerPC TBLDmitry Ilyevsky
2009-10-18target-ppc: simpler definitions for microcontrollers based on e300Thomas Monjalon
2009-10-18target-ppc: add declarations of microcontrollers based on e300Thomas Monjalon
2009-10-18target-ppc: better support of e300 CPU coreThomas Monjalon
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-13target-ppc: enable PPC_MFTB for 44xBaojun Wang
2009-06-23target-ppc: permit linux-user to read PVRNathan Froyd
2009-06-17Replace ELF section hack with normal tableBlue Swirl
2009-05-16target-ppc: expose cpu capability flagsNathan Froyd
2009-04-28Fix powerpc 604 reset vectorTristan Gingold
2009-04-28Fix PPC resetBlue Swirl
2009-03-10target-ppc: fix commit r6789aurel32