summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Merge commit 'a1d8db07fb46e1da410ca7b4ce24a997707d4a53' into upstream-mergeMarcelo Tosatti2-3/+2
2011-05-03Merge commit '3110e2925489c571901e945e315942ce84fe696f' into upstream-mergeMarcelo Tosatti1-13/+13
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno1-13/+13
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-15Merge commit '4d9ad7f793605abd9806fc932b3e04e028894565' into upstream-mergeMarcelo Tosatti1-20/+0
2011-04-15Merge commit '23910d3f669d46073b403876e30a7314599633af' into upstream-mergeMarcelo Tosatti3-14/+11
2011-04-14Merge commit 'a9f8ad8f2acdb2398da5d32a5efc19cb0196d79f' into upstream-mergeMarcelo Tosatti2-0/+18
2011-04-14Merge commit '39ac8455106af1ed669b8e10223420cf1ac5b190' into upstream-mergeMarcelo Tosatti8-159/+475
2011-04-14Merge commit 'd569956eaff4be808419f1f259a5c388d8789db4' into upstream-mergeMarcelo Tosatti5-140/+92
2011-04-14Merge commit '0298141998ea3e19fd86b5a7122aab2fd1ebad51' into upstream-mergeMarcelo Tosatti1-4/+198
2011-04-14Merge commit '2a4dac835008da7328e61d8596b310c05cab801d' into upstream-mergeMarcelo Tosatti1-4/+4
2011-04-14Merge commit '990368650f77d6f2b428b034209331ada7cb463f' into upstream-mergeMarcelo Tosatti1-1/+1
2011-04-14Merge commit '74475455442398a64355428b37422d14ccc293cb' into upstream-mergeMarcelo Tosatti2-5/+5
2011-04-14Merge commit '419fb20a8eab0376d86790a9907553307b1654c5' into upstream-mergeMarcelo Tosatti1-3/+3
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno1-20/+0
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-08ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvmDavid Gibson1-0/+9
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson1-13/+1
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-01Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2-0/+10
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-01Clean up PowerPC SLB handling codeDavid Gibson4-136/+79
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson5-1/+80
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-14Merge commit '714bd040906637441fc10a33d1f6553cfef4938a' into upstream-mergeMarcelo Tosatti1-11/+0
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-02-16Merge commit '79f2b6fcdb7c06cdce6eccc796f5651f3efb843e' into upstream-mergeMarcelo Tosatti1-0/+42
2011-02-16Merge commit '7a39fe588251ba042c91bf23d53b0ba820bf964c' into upstream-mergeMarcelo Tosatti1-4/+2
2011-02-16Merge commit 'a1b87fe046bbb5a332e51906053c7e0307f26d89' into upstream-mergeMarcelo Tosatti1-0/+10
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