summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-01-31target-ppc: Add xsxsigqp instructionsNikunj A Dadhania2-0/+30
2017-01-31target-ppc: Add xsxsigdp instructionNikunj A Dadhania2-0/+30
2017-01-31target-ppc: Add xsxexpqp instructionNikunj A Dadhania2-0/+16
2017-01-31target-ppc: Add xsxexpdp instructionNikunj A Dadhania2-0/+17
2017-01-31target-ppc: Use correct precision for FPRF settingBharata B Rao2-2/+3
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao5-0/+42
2017-01-31target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64Bharata B Rao3-70/+73
2017-01-31target-ppc: Replace isden by float64_is_zero_or_denormalBharata B Rao1-10/+1
2017-01-31target-ppc: Use float64 arg in helper_compute_fprf()Bharata B Rao1-9/+7
2017-01-31target-ppc: Add xxinsertw instructionNikunj A Dadhania4-2/+30
2017-01-31target-ppc: Add xxextractuw instructionNikunj A Dadhania4-0/+62
2017-01-31ppc: Validate compatibility modes when settingDavid Gibson2-0/+43
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson3-21/+19
2017-01-31ppc: Rewrite ppc_set_compat()David Gibson4-43/+97
2017-01-31target-ppc: implement stxvll instructionsNikunj A Dadhania4-0/+4
2017-01-31target-ppc: implement stxvl instructionNikunj A Dadhania4-0/+34
2017-01-31target-ppc: implement lxvll instructionNikunj A Dadhania4-0/+4
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania4-0/+70
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao4-0/+29
2017-01-31target-ppc: implement xscpsgnqp instructionNikunj A Dadhania2-1/+12
2017-01-31target-ppc: implement xsnegqp instructionNikunj A Dadhania2-0/+5
2017-01-31target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani1-7/+20
2017-01-31target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson2-0/+40
2017-01-31target-ppc: implement stop instructionNikunj A Dadhania1-0/+6
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania2-37/+42
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson4-12/+12
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson3-9/+40
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar5-2/+73
2017-01-31target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani3-0/+28
2017-01-31target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani4-1/+28
2017-01-31target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani3-0/+48
2017-01-31target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani3-0/+46
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania4-2/+61
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania3-1/+55
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania3-1/+46
2017-01-31target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao4-0/+60
2017-01-31target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao4-0/+74
2017-01-31target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao1-15/+25
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania3-30/+35
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao3-161/+152
2017-01-24migration: extend VMStateInfoJianjun Duan1-4/+8
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-15/+8
2017-01-19kvm: move cpu synchronization codeVincent Palatin3-3/+3
2017-01-19KVM: PPC: eliminate unnecessary duplicate constantsPaolo Bonzini1-12/+0
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell4-23/+20
2017-01-16stubs: remove stubs/kvm.cPaolo Bonzini1-0/+5
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-0/+1
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée3-20/+20
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-3/+0
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost1-0/+1