aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl6-176/+284
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+12
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-1/+1
2011-06-20kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka1-14/+0
2011-06-20kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka1-9/+0
2011-06-17PPC: move TLBs to their own arraysAlexander Graf5-35/+67
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf3-135/+200
2011-06-17PPC: Only set lower 32bits with mtmsrAlexander Graf1-11/+6
2011-06-17target-ppc: Handle memory-forced I/O controller accessHervé Poussineau1-0/+16
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-06-03Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2-12/+10
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno3-15/+0
2011-06-03PPC: fix sregs usage on bookeAlexander Graf1-6/+4
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil1-6/+6
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno1-1/+1
2011-05-23Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2-7/+6
2011-05-22Fix typos in comments (chek -> check)Stefan Weil1-1/+1
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-1/+0
2011-05-20Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson1-5/+4
2011-05-20w32: Fix compilation and replace non-portable usage of ulongStefan Weil1-2/+2
2011-05-14Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno7-159/+1382
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf6-113/+1020
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf3-39/+110
2011-05-12PPC: Add GS MSR definitionAlexander Graf1-0/+2
2011-05-09kvm: ppc: detect old headersAlexander Graf1-1/+15
2011-05-09monitor: add PPC BookE SPRsScott Wood3-12/+214
2011-05-09kvm: ppc: fixes for KVM_SET_SREGS on initScott Wood1-3/+30
2011-05-08Fix typos in comments (instanciation -> instantiation)Stefan Weil1-1/+1
2011-05-08Fix typo in comment (embeded -> embedded)Stefan Weil1-1/+1
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-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-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