aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate_init.c
AgeCommit message (Expand)Author
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
2009-03-09target-ppc: free a tcg temp variableaurel32
2009-03-09target-ppc: add support for reading/writing spefscraurel32
2009-03-07Fix off-by-one errors for Altivec and SPE registersaurel32
2009-03-07Keep SLB in-CPUblueswir1
2009-03-07Nop some SPRs on 970fxblueswir1
2009-03-03target-ppc: improve mfcr/mtcrfaurel32
2009-03-02kvm/powerpc: Add irq support for E500 coreaurel32
2009-02-28Implement HIORblueswir1
2009-02-09target-ppc: Model e500v{1,2} CPUs more accuratelyaurel32
2009-02-09target-ppc: Model SPE floating-point instructions more accuratelyaurel32
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-03Add calls to initialize VSCR on appropriate machinesaurel32
2009-01-24target-ppc: Add SPE register read/write using XMLaurel32
2009-01-24target-ppc: Add Altivec register read/write using XMLaurel32
2009-01-24target-ppc: Add float register read/write using XMLaurel32
2009-01-24target-ppc: Include gdbstub.haurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-11target-ppc: rework exception codeaurel32
2008-12-07target-ppc: convert SPR accesses to TCGaurel32
2008-11-16Attached patch fixes a series of this warningblueswir1
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-14ppc: Convert ctr, lr moves to TCGaurel32
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2007-12-10Fix PowerPC 74xx definitions.j_mayer
2007-11-21Fix PowerPC 7xx definitions.j_mayer
2007-11-19Remove shared macro used to define PowerPC implementations instructions sets:j_mayer
2007-11-19PowerPC 620 MMU do not have the same exact behavior as standardj_mayer
2007-11-19New PowerPC CPU flag to define the decrementer and time-base source clock.j_mayer
2007-11-17Improve PowerPC instructions set dump.j_mayer
2007-11-17Add definitions for Freescale PowerPC implementations,j_mayer
2007-11-17Define Freescale cores specific MMU model, exceptions and input bus.j_mayer
2007-11-17A little more granularity in PowerPC instructions definition is neededj_mayer
2007-11-17Make the PowerPC MMU model, exception model and input bus modelj_mayer
2007-11-17Always make all PowerPC exception definitions visible.j_mayer
2007-11-14Reorganize PowerPC instructions categories, add icbi separate case.j_mayer
2007-11-12Add PVR and SPR definition for most embedded PowerPC from Freescale.j_mayer
2007-11-10Allow selection of PowerPC CPU giving a PVR.j_mayer
2007-11-10added cpu_model parameter to cpu_init()bellard