summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2013-05-08PPC: Depend behavior of cmp instructions only on instruction encodingAlexander Graf1-16/+16
2013-05-08PPC: Fix rldclAlexander Graf1-2/+0
2013-05-06target-ppc: Add read and write of PPR SPRAnton Blanchard1-0/+4
2013-05-06target-ppc: Fix invalid SPR read/write warningsAnton Blanchard1-16/+16
2013-05-06PPC: Add MMU type for 2.06 with AMR but no TB pagesAlexander Graf2-0/+7
2013-04-27target-ppc: slightly optimize lfiwaxAurelien Jarno1-4/+1
2013-04-26target-ppc: add support for extended mtfsf/mtfsfi formsAurelien Jarno2-22/+41
2013-04-26target-ppc: emulate store doubleword pair instructionsAurelien Jarno1-0/+48
2013-04-26target-ppc: emulate load doubleword pair instructionsAurelien Jarno1-0/+48
2013-04-26target-ppc: emulate lfiwax instructionAurelien Jarno1-0/+21
2013-04-26target-ppc: emulate fcpsgn instructionAurelien Jarno1-0/+14
2013-04-26target-ppc: emulate prtyw and prtyd instructionsAurelien Jarno1-0/+34
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno3-0/+24
2013-04-26target-ppc: add instruction flags for Book I 2.05Aurelien Jarno2-2/+4
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno3-40/+34
2013-04-26PPC: Fix dcbz for linux-user on 970Alexander Graf1-1/+1
2013-04-26powerpc: correctly handle fpu exceptions.Tristan Gingold1-11/+12
2013-04-26target-ppc: Synchronize VPA state with KVMDavid Gibson1-0/+120
2013-04-26target-ppc: Add more stubs for POWER7 PMU registersDavid Gibson2-0/+13
2013-04-26pseries: Fixes and enhancements to L1 cache propertiesDavid Gibson3-0/+14
2013-04-26pseries: Fix incorrect calculation of RMA size in certain configurationsDavid Gibson1-1/+25
2013-04-26Enable kvm emulated watchdogBharat Bhushan2-0/+98
2013-04-26target-ppc: Fix narrow-mode add/sub carry outputRichard Henderson1-13/+22
2013-04-26PPC: Add breakpoint registers for 603 and e300Fabien Chouteau1-0/+34
2013-04-26PPC: fix hreset_vector for 60x, 7x0, 7x5, G2, MPC8xx, MPC5xx, 7400 and 7450Fabien Chouteau1-11/+11
2013-04-26target-ppc: fix nego and subf*o instructionsAurelien Jarno1-1/+1
2013-04-26PPC: Remove env->hreset_excp_prefixFabien Chouteau3-33/+12
2013-04-26PPC: e500: advertise 4.2 MPIC only if KVM supports EPRStuart Yoder2-0/+13
2013-04-26target-ppc: Enable ISEL on POWER7Aurelien Jarno1-1/+1
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini1-2/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson1-4/+3
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson1-33/+18
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson1-25/+16
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson1-38/+24
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson1-16/+48
2013-03-22target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson3-18/+64
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson3-42/+38
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson4-31/+50
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson4-7/+98
2013-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson2-233/+167
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson2-10/+43
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson2-2/+2
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson2-13/+27
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson2-54/+24
2013-03-22mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson1-1/+2
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson2-116/+72
2013-03-22mmu-hash32: Remove nx from context structureDavid Gibson1-4/+4
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson2-10/+14
2013-03-22mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson1-4/+1