summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* Fix powerpc 604 reset vectorTristan Gingold2009-04-281-2/+2
* Fix PPC resetBlue Swirl2009-04-284-21/+28
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-2/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-1/+7
* target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PUREaurel322009-04-161-19/+19
* Fix ppc-softmmu warnings on OpenBSD hostblueswir12009-04-131-6/+14
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-4/+1
* target-ppc: Explain why the whole TLB is flushed on SR writeaurel322009-03-291-0/+2
* target-ppc: avoid nop to override next instructionaurel322009-03-291-3/+3
* Make the ELF loader aware of backwards compatibilityblueswir12009-03-131-2/+1
* target-ppc: use the new bswap* TCG opsaurel322009-03-131-114/+15
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-11/+11
* target-ppc: fix commit r6789aurel322009-03-101-2/+2
* targe-ppc: optimize mfcr and mtcrfaurel322009-03-093-30/+26
* target-ppc: free a tcg temp variableaurel322009-03-091-0/+1
* target-ppc: add support for reading/writing spefscraurel322009-03-091-8/+23
* Fix off-by-one errors for Altivec and SPE registersaurel322009-03-071-8/+8
* Disable BAT for 970blueswir12009-03-071-3/+3
* Fix mfcr on ppc64-softmmuaurel322009-03-071-2/+2
* Keep SLB in-CPUblueswir12009-03-073-64/+77
* Fix NX bitblueswir12009-03-071-1/+1
* Fix RFI(d)blueswir12009-03-071-3/+3
* Implement mtfsf.L encodingblueswir12009-03-071-2/+6
* Enable 64bit mode on interruptsblueswir12009-03-071-1/+5
* Nop some SPRs on 970fxblueswir12009-03-071-0/+12
* Implment tlbielblueswir12009-03-071-0/+14
* Implement large pagesblueswir12009-03-072-30/+49
* Implement slbmteblueswir12009-03-074-20/+74
* Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir12009-03-071-0/+4
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* target-ppc: improve mfcr/mtcrfaurel322009-03-032-7/+7
* Fix mtcrf/mfcrmalc2009-03-021-9/+13
* kvm/powerpc: Add MPC8544DS board supportaurel322009-03-021-0/+1
* kvm/powerpc: Add irq support for E500 coreaurel322009-03-022-2/+13
* Implement HIORblueswir12009-02-281-8/+21
* Fix typo in gen_qemu_ld32sblueswir12009-02-281-1/+1
* Turn MMU off on resetblueswir12009-02-211-1/+1
* Fix branch debuggingblueswir12009-02-191-1/+3
* target-ppc: Model e500v{1,2} CPUs more accuratelyaurel322009-02-091-102/+125
* target-ppc: Model SPE floating-point instructions more accuratelyaurel322009-02-092-55/+57
* target-ppc: Add vrsqrtefp instructionaurel322009-02-093-0/+13
* target-ppc: Add vrefp instructionaurel322009-02-093-0/+12
* target-ppc: Add vct{u,s}xs instructionsaurel322009-02-093-0/+31
* target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel322009-02-093-0/+80
* target-ppc: Add vmaddfp and vnmsubfp instructionsaurel322009-02-093-0/+40
* target-ppc: Add v{add,sub}fp instructionsaurel322009-02-093-0/+18
* target-ppc: Add v{max,min}fp instructionsaurel322009-02-093-0/+22
* Load 32 bit ELF BIOS images also on PPC64blueswir12009-02-081-1/+2
* target-ppc: change instruction name vrlogefp into vlogefpaurel322009-02-053-3/+3
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-053-8/+0
OpenPOWER on IntegriCloud