aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2009-04-28Fix powerpc 604 reset vectorTristan Gingold1-2/+2
2009-04-28Fix PPC resetBlue Swirl4-21/+28
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-2/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+7
2009-04-16target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PUREaurel321-19/+19
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir11-6/+14
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+1
2009-03-29target-ppc: Explain why the whole TLB is flushed on SR writeaurel321-0/+2
2009-03-29target-ppc: avoid nop to override next instructionaurel321-3/+3
2009-03-13Make the ELF loader aware of backwards compatibilityblueswir11-2/+1
2009-03-13target-ppc: use the new bswap* TCG opsaurel321-114/+15
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-11/+11
2009-03-10target-ppc: fix commit r6789aurel321-2/+2
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel323-30/+26
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-07Disable BAT for 970blueswir11-3/+3
2009-03-07Fix mfcr on ppc64-softmmuaurel321-2/+2
2009-03-07Keep SLB in-CPUblueswir13-64/+77
2009-03-07Fix NX bitblueswir11-1/+1
2009-03-07Fix RFI(d)blueswir11-3/+3
2009-03-07Implement mtfsf.L encodingblueswir11-2/+6
2009-03-07Enable 64bit mode on interruptsblueswir11-1/+5
2009-03-07Nop some SPRs on 970fxblueswir11-0/+12
2009-03-07Implment tlbielblueswir11-0/+14
2009-03-07Implement large pagesblueswir12-30/+49
2009-03-07Implement slbmteblueswir14-20/+74
2009-03-07Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir11-0/+4
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-03-03target-ppc: improve mfcr/mtcrfaurel322-7/+7
2009-03-02Fix mtcrf/mfcrmalc1-9/+13
2009-03-02kvm/powerpc: Add MPC8544DS board supportaurel321-0/+1
2009-03-02kvm/powerpc: Add irq support for E500 coreaurel322-2/+13
2009-02-28Implement HIORblueswir11-8/+21
2009-02-28Fix typo in gen_qemu_ld32sblueswir11-1/+1
2009-02-21Turn MMU off on resetblueswir11-1/+1
2009-02-19Fix branch debuggingblueswir11-1/+3
2009-02-09target-ppc: Model e500v{1,2} CPUs more accuratelyaurel321-102/+125
2009-02-09target-ppc: Model SPE floating-point instructions more accuratelyaurel322-55/+57
2009-02-09target-ppc: Add vrsqrtefp instructionaurel323-0/+13
2009-02-09target-ppc: Add vrefp instructionaurel323-0/+12
2009-02-09target-ppc: Add vct{u,s}xs instructionsaurel323-0/+31
2009-02-09target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel323-0/+80
2009-02-09target-ppc: Add vmaddfp and vnmsubfp instructionsaurel323-0/+40
2009-02-09target-ppc: Add v{add,sub}fp instructionsaurel323-0/+18
2009-02-09target-ppc: Add v{max,min}fp instructionsaurel323-0/+22
2009-02-08Load 32 bit ELF BIOS images also on PPC64blueswir11-1/+2
2009-02-05target-ppc: change instruction name vrlogefp into vlogefpaurel323-3/+3
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori3-8/+0