aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-04-08ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvmDavid Gibson
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson
2011-04-01Add POWER7 support for ppcDavid Gibson
2011-04-01Support 1T segments on ppcDavid Gibson
2011-04-01Better factor the ppc hash translation pathDavid Gibson
2011-04-01Use "hash" more consistently in ppc mmu codeDavid Gibson
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson
2011-04-01Clean up slb_lookup() functionDavid Gibson
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson
2011-04-01Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson
2011-04-01target-ppc: ext32u instead of andi with constantAurelien Jarno
2011-03-22target-ppc: add support for 6 SPE instructionsFabien Chouteau
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka
2011-03-15kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_eventsJan Kiszka
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-02-16Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-02-16Handle icount for powerpc tbl/tbu/decr load and store.Tristan Gingold
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka
2011-01-23kvm: Stop on all fatal exit reasonsJan Kiszka
2011-01-21ppc: Correct BookE tlb readsEdgar E. Iglesias
2011-01-20target-ppc: fix wrong NaN testsAurelien Jarno
2011-01-20target-ppc: fix sNaN propagationAurelien Jarno
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno
2011-01-06target-ppc: fix default qNaNAurelien Jarno
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-12-31Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall
2010-12-08ppc: kvm: fix signedness warningAlexander Graf
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-13ppc: avoid write only variablesBlue Swirl
2010-10-13ppc: remove video.xBlue Swirl