summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-01PPC: Ignore writes to L2CRAlexander Graf1-11/+11
2013-07-01PPC: Introduce an alias cache for faster lookupsAlexander Graf3-7/+30
2013-07-01PPC: Fix GDB read on code area for PPC6xxFabien Chouteau1-1/+9
2013-07-01PPC: Add dump_mmu() for 6xxFabien Chouteau1-0/+92
2013-07-01target-ppc: Introduce unrealizefn for PowerPCCPUAndreas Färber2-2/+18
2013-07-01target-ppc kvm: save cr registerAlexey Kardashevskiy1-0/+5
2013-07-01ppc: do not register IABR SPR twice for 603eHervé Poussineau1-5/+0
2013-07-01target-ppc: Drop redundant flags assignments from CPU familiesAndreas Färber1-45/+0
2013-07-01kvm/openpic: in-kernel mpic supportScott Wood1-0/+6
2013-07-01PPC: Add non-kvm stub fileAlexander Graf2-0/+13
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-2/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber3-6/+15
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2-2/+2
2013-06-12KVM: PPC: Add dummy kvm_arch_init_irq_routing()Scott Wood1-0/+4
2013-05-18remove some double-includesMichael Tokarev1-2/+0
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