summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson1-0/+7
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt1-0/+11
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson2-8/+30
2011-04-01Add POWER7 support for ppcDavid Gibson3-0/+129
2011-04-01Support 1T segments on ppcDavid Gibson2-12/+45
2011-04-01Better factor the ppc hash translation pathDavid Gibson2-48/+20
2011-04-01Use "hash" more consistently in ppc mmu codeDavid Gibson2-50/+50
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson6-46/+62
2011-04-01Clean up slb_lookup() functionDavid Gibson1-27/+18
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson4-11/+69
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson3-0/+16
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson5-1/+80
2011-04-01Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2-0/+10
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson4-136/+79
2011-04-01target-ppc: ext32u instead of andi with constantAurelien Jarno1-4/+4
2011-03-22target-ppc: add support for 6 SPE instructionsFabien Chouteau1-4/+198
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-7/+7
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2-5/+5
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka1-4/+4
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka1-1/+1
2011-03-15kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka1-3/+3
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-02-16Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-4/+12
2011-02-16Handle icount for powerpc tbl/tbu/decr load and store.Tristan Gingold1-0/+42
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka1-4/+2
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-0/+10
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+9
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka1-0/+4
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-1/+1
2011-01-23kvm: Stop on all fatal exit reasonsJan Kiszka1-0/+4
2011-01-21ppc: Correct BookE tlb readsEdgar E. Iglesias1-1/+1
2011-01-20target-ppc: fix wrong NaN testsAurelien Jarno1-17/+28
2011-01-20target-ppc: fix sNaN propagationAurelien Jarno1-69/+78
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno1-3/+2
2011-01-06target-ppc: fix default qNaNAurelien Jarno1-2/+2
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno2-50/+11
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-29/+29
2010-12-31Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall1-18/+21
2010-12-08ppc: kvm: fix signedness warningAlexander Graf1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil3-11/+9
2010-10-13ppc: avoid write only variablesBlue Swirl1-3/+3
2010-10-13ppc: remove video.xBlue Swirl2-14/+0
2010-10-05ppc: Minor 40x MMU fixesJohn Clark2-27/+49
2010-09-30powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias1-0/+4
2010-09-30powerpc: Add a ppc-440x5 Xilinx modelEdgar E. Iglesias1-2/+4
2010-09-24powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2-8/+33
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl1-25/+25
2010-09-15PPC: Redesign interrupt trigger pathAlexander Graf1-51/+29
2010-09-15PPC: Enable hint bits for lwarx/ldarxAlexander Graf1-2/+2
2010-09-11powerpc: Avoid TLB related log spammingEdgar E. Iglesias1-1/+0