aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao
2017-01-31target-ppc: implement xscpsgnqp instructionNikunj A Dadhania
2017-01-31target-ppc: implement xsnegqp instructionNikunj A Dadhania
2017-01-31target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani
2017-01-31target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson
2017-01-31target-ppc: implement stop instructionNikunj A Dadhania
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar
2017-01-31target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao
2017-01-31target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao
2017-01-31target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-19KVM: PPC: eliminate unnecessary duplicate constantsPaolo Bonzini
2017-01-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-common-tlb-reset-...Peter Maydell
2017-01-16stubs: remove stubs/kvm.cPaolo Bonzini
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost
2017-01-10target-ppc: Use ctpop helperRichard Henderson
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth