summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2014-11-20target-ppc: Altivec's mtvscr Decodes Wrong RegisterTom Musta1-1/+1
2014-11-20target-ppc: Fix breakpoint registers for e300Fabien Chouteau1-26/+26
2014-11-04target-ppc: Fix Altivec Round OpcodesTom Musta1-6/+6
2014-11-04target-ppc: Fix vcmpbfp. Unordered CaseTom Musta1-1/+1
2014-11-04target-ppc: Fix Altivec ShiftsTom Musta1-11/+2
2014-11-04target-ppc: simplify AES emulationAurelien Jarno1-2/+2
2014-11-04ppc: do not look at the MMU index to detect PR/HV modePaolo Bonzini1-88/+77
2014-11-04target-ppc: kvm: Fix memory overflow issue about strncat()Chen Gang1-4/+4
2014-11-04target-ppc: Fix an invalid free in opcode table handling code.Bharata B Rao1-3/+16
2014-11-04target-ppc: Use macros in opcodes table handling codeBharata B Rao2-11/+16
2014-11-04target-ppc : Add new processor type 440x5wDFPUPierre Mallard2-0/+41
2014-11-04target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard5-22/+16
2014-11-04target-ppc: Implement IVOR[59] By Default for Book ETom Musta1-1/+1
2014-11-04target-ppc: Fix kvmppc_set_compat to use negotiated cpu-versionAlexey Kardashevskiy1-1/+1
2014-11-04ppc: compute mask from BI using right shiftPaolo Bonzini1-3/+3
2014-11-04ppc: rename gen_set_cr6_from_fpscrPaolo Bonzini1-7/+7
2014-11-04ppc: fix result of DLMZB when no zero bytes are foundPaolo Bonzini1-0/+1
2014-11-04ppc: use CRF_* in int_helper.cPaolo Bonzini1-6/+6
2014-10-15qdev: Drop legacy_name from qdev propertiesGonglei1-1/+0
2014-10-15qdev: Add description field in PropertyInfo structGonglei1-0/+1
2014-09-25target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson4-3/+19
2014-09-25target-ppc: Use cpu_exec_enter qom hookRichard Henderson1-0/+9
2014-09-08target-ppc: Implement mulldo with TCGTom Musta3-30/+14
2014-09-08target-ppc: Clean up mullwoTom Musta1-8/+3
2014-09-08target-ppc: Clean Up mullwTom Musta1-3/+2
2014-09-08target-ppc: Optimize rlwnm MB=0 ME=31Tom Musta1-22/+34
2014-09-08target-ppc: Optimize rlwinm MB=0 ME=31Tom Musta1-0/+6
2014-09-08target-ppc: Special Case of rlwimi Should Use DepositTom Musta1-6/+3
2014-09-08PPC: KVM: Use vm check_extension for pv hcallAlexander Graf1-1/+1
2014-09-08target-ppc: Bug Fix: sradTom Musta1-1/+1
2014-09-08target-ppc: Bug Fix: srawiTom Musta1-1/+1
2014-09-08target-ppc: Bug Fix: mulldo OV DetectionTom Musta1-2/+12
2014-09-08target-ppc: Bug Fix: mullwTom Musta1-0/+11
2014-09-08target-ppc: Bug Fix: mullwoTom Musta1-0/+9
2014-09-08target-ppc: Bug Fix: rlwimiTom Musta1-5/+7
2014-09-08target-ppc: Bug Fix: rlwnmTom Musta1-9/+9
2014-09-08target-ppc: Bug Fix: rlwinmTom Musta1-5/+3
2014-09-08ppc: Add hw breakpoint watchpoint supportBharat Bhushan1-15/+219
2014-09-08ppc: Add software breakpoint supportBharat Bhushan1-14/+79
2014-09-08ppc: synchronize excp_vectors for injecting exceptionBharat Bhushan1-0/+27
2014-09-08ppc: debug stub: Get trap instruction opcode from KVMBharat Bhushan1-0/+4
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania2-1/+24
2014-08-25spapr: Add support for new NMI interfaceAlexey Kardashevskiy2-0/+9
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova1-0/+3
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy2-12/+5
2014-07-15target-ppc: Fix number of threads per core limitAlexey Kardashevskiy1-13/+5
2014-07-08target-ppc: Remove POWER7+ and POWER8E familiesAlexey Kardashevskiy2-73/+4
2014-07-08target-ppc: Add pvr_match() callbackAlexey Kardashevskiy4-21/+37
2014-07-08PPC: Fix booke206 TLB with phys addrs > 32bitAlexander Graf1-3/+3
2014-07-08target-ppc: Fix gdbstub for ppc64le-linux-userRichard Henderson1-19/+15