summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05target-ppc: add vrlogefp instructionaurel323-0/+12
2009-02-04target-ppc: fix previous commitaurel321-1/+4
2009-02-04target-ppc: use the new float constantsaurel321-12/+6
2009-02-04Add vcf{u,s}x instructionsaurel323-0/+17
2009-02-04Add vrfi{m,n,p,z} instructionsaurel323-0/+26
2009-02-04Add various NaN-handling macrosaurel321-0/+21
2009-02-03Make mtvscr use a helperaurel323-5/+15
2009-02-03Add calls to initialize VSCR on appropriate machinesaurel321-0/+22
2009-02-03Rename spe_status to vec_statusaurel322-57/+59
2009-02-03Add f field to ppc_avr_taurel321-0/+1
2009-02-03Fix compilation of PPC64 targets with DEBUG_TCGV enabledaurel321-3/+3
2009-01-26Log reset events (Jan Kiszka)aliguori1-2/+6
2009-01-24kvm/powerpc: extern one function for MPC85xx code useaurel322-1/+3
2009-01-24target-ppc: Add SPE register read/write using XMLaurel321-0/+50
2009-01-24target-ppc: Add Altivec register read/write using XMLaurel321-0/+50
2009-01-24target-ppc: Add float register read/write using XMLaurel321-0/+32
2009-01-24target-ppc: Include gdbstub.haurel321-0/+1
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori3-128/+58
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori3-280/+136
2009-01-15powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu)aliguori1-1/+2
2009-01-15powerpc/kvm: Fix a uninitialized bug (Liu Yu)aliguori1-1/+1
2009-01-14target-ppc: fix wrteei instructionaurel321-1/+1
2009-01-12target-ppc: add altivec cache instructionsaurel321-0/+27
2009-01-08Add v{add, sub}{s, u}{b, h, w}s instructionsaurel323-0/+63
2009-01-08Add vspltis{b,h,w} instructionsaurel323-0/+37
2009-01-08Add vs{l,r} instructionsaurel323-0/+43
2009-01-08Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel323-0/+64
2009-01-08Add GEN_VXRFORM{,1} macros for subsequent instructionsaurel321-0/+21
2009-01-05target-ppc: fix compilation on BigEndianaurel321-1/+1