summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2011-04-011-0/+7
* Implement PAPR CRQ hypercallsBen Herrenschmidt2011-04-011-0/+11
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-012-8/+30
* Add POWER7 support for ppcDavid Gibson2011-04-013-0/+129
* Support 1T segments on ppcDavid Gibson2011-04-012-12/+45
* Better factor the ppc hash translation pathDavid Gibson2011-04-012-48/+20Star
* Use "hash" more consistently in ppc mmu codeDavid Gibson2011-04-012-50/+50
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-016-46/+62
* Clean up slb_lookup() functionDavid Gibson2011-04-011-27/+18Star
* Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson2011-04-014-11/+69
* Implement missing parts of the logic for the POWER PURRDavid Gibson2011-04-013-0/+16
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-015-1/+80
* Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2011-04-012-0/+10
* Clean up PowerPC SLB handling codeDavid Gibson2011-04-014-136/+79Star
* target-ppc: ext32u instead of andi with constantAurelien Jarno2011-04-011-4/+4
* target-ppc: add support for 6 SPE instructionsFabien Chouteau2011-03-221-4/+198
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-211-7/+7
|\
| * kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka2011-03-161-4/+4
| * kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka2011-03-151-1/+1
| * kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka2011-03-151-3/+3
* | change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-212-5/+5
|/
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-11/+0Star
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-161-4/+12
|\
| * kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka2011-02-141-4/+2Star
| * kvm: Provide sigbus services arch-independentlyJan Kiszka2011-02-141-0/+10
* | Handle icount for powerpc tbl/tbu/decr load and store.Tristan Gingold2011-02-161-0/+42
|/
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-011-1/+9
|\
| * kvm: Consolidate must-have capability checksJan Kiszka2011-01-231-0/+4
| * kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
| * kvm: Stop on all fatal exit reasonsJan Kiszka2011-01-231-0/+4
* | ppc: Correct BookE tlb readsEdgar E. Iglesias2011-01-211-1/+1
|/
* target-ppc: fix wrong NaN testsAurelien Jarno2011-01-201-17/+28
* target-ppc: fix sNaN propagationAurelien Jarno2011-01-201-69/+78
* target-ppc: use float32_is_any_nan()Aurelien Jarno2011-01-061-3/+2Star
* target-ppc: fix default qNaNAurelien Jarno2011-01-061-2/+2
* target-ppc: remove PRECISE_EMULATION defineAurelien Jarno2011-01-062-50/+11Star
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-29/+29
* Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall2010-12-311-18/+21
* ppc: kvm: fix signedness warningAlexander Graf2010-12-081-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-303-11/+9Star
* ppc: avoid write only variablesBlue Swirl2010-10-131-3/+3
* ppc: remove video.xBlue Swirl2010-10-132-14/+0Star
* ppc: Minor 40x MMU fixesJohn Clark2010-10-052-27/+49
* powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias2010-09-301-0/+4
* powerpc: Add a ppc-440x5 Xilinx modelEdgar E. Iglesias2010-09-301-2/+4
* powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2010-09-242-8/+33
* PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl2010-09-181-25/+25
* PPC: Redesign interrupt trigger pathAlexander Graf2010-09-151-51/+29Star
* PPC: Enable hint bits for lwarx/ldarxAlexander Graf2010-09-151-2/+2
* powerpc: Avoid TLB related log spammingEdgar E. Iglesias2010-09-111-1/+0Star