summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell2017-02-2413-35/+615
|\
| * hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth2017-02-222-4/+35
| * target-ppc: fix Book-E TLB matchingAlex Zuepke2017-02-221-1/+1
| * target/ppc/POWER9: Direct all instr and data storage interrupts to the hypvSuraj Jitindar Singh2017-02-221-2/+18
| * target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh2017-02-223-6/+44
| * target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh2017-02-223-3/+7
| * target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh2017-02-221-1/+1
| * target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao2017-02-224-0/+8
| * target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao2017-02-222-23/+21Star
| * target-ppc: add wait instructionNikunj A Dadhania2017-02-221-0/+1
| * target-ppc: add slbsync implementationNikunj A Dadhania2017-02-221-0/+12
| * target-ppc: add slbieg instructionNikunj A Dadhania2017-02-223-2/+29
| * target-ppc: generate exception for copy/pasteNikunj A Dadhania2017-02-221-0/+15
| * target-ppc: implement store atomic instructionBalamuruhan S2017-02-221-0/+52
| * target-ppc: implement load atomic instructionBalamuruhan S2017-02-222-0/+61
| * target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao2017-02-224-0/+61
| * target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao2017-02-224-0/+44
| * ppc: implement xssubqp instructionJose Ricardo Ziviani2017-02-224-0/+37
| * ppc: implement xssqrtqp instructionJose Ricardo Ziviani2017-02-224-0/+41
| * ppc: implement xsrqpxp instructionJose Ricardo Ziviani2017-02-224-0/+59
| * ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani2017-02-225-0/+75
* | monitor: Fix crashes when using HMP commands without CPUThomas Huth2017-02-211-0/+4
|/
* ppc/kvm: Handle the "family" CPU via alias instead of registering new typesThomas Huth2017-02-011-13/+23
* target/ppc/mmu_hash64: Fix incorrect shift value in amr calculationSuraj Jitindar Singh2017-02-011-1/+1
* target/ppc/mmu_hash64: Fix printing unsigned as signed intSuraj Jitindar Singh2017-02-011-2/+2
* tcg/POWER9: NOOP the cp_abort instructionSuraj Jitindar Singh2017-02-011-0/+5
* target/ppc/debug: Print LPCR register value if register existsSuraj Jitindar Singh2017-02-011-0/+3
* target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania2017-02-015-8/+69
* target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania2017-02-015-2/+55
* target/ppc/cpu-models: Fix/remove bad CPU aliasesThomas Huth2017-01-311-20/+2Star
* target/ppc: Remove unused POWERPC_FAMILY(POWER)Thomas Huth2017-01-311-22/+0Star
* spapr: clock should count only if vm is runningLaurent Vivier2017-01-311-0/+3
* target/ppc: Add pcr_supported to POWER9 cpu class definitionSuraj Jitindar Singh2017-01-312-0/+3
* powerpc/cpu-models: rename ISAv3.00 logical PVR definitionSuraj Jitindar Singh2017-01-311-1/+1
* target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania2017-01-314-9/+24
* target-ppc: Add xsmulqp instructionBharata B Rao2017-01-314-0/+38
* target-ppc: Add xsdivqp instructionBharata B Rao2017-01-314-0/+39
* target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao2017-01-314-0/+31
* target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qpBharata B Rao2017-01-311-12/+8Star
* ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani2017-01-314-1/+57
* ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani2017-01-314-2/+45
* target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao2017-01-314-0/+46
* target-ppc: Add xvxsigdp instructionNikunj A Dadhania2017-01-312-0/+41
* target-ppc: Add xvxsigsp instructionNikunj A Dadhania2017-01-314-0/+24
* target-ppc: Add xvxexpdp instructionNikunj A Dadhania2017-01-312-0/+18
* target-ppc: Add xvxexpsp instructionNikunj A Dadhania2017-01-312-0/+18
* target-ppc: Add xviexpdp instructionNikunj A Dadhania2017-01-312-0/+27
* target-ppc: Add xviexpsp instructionNikunj A Dadhania2017-01-312-0/+28
* target-ppc: Add xsiexpqp instructionNikunj A Dadhania2017-01-312-0/+23
* target-ppc: Add xsiexpdp instructionNikunj A Dadhania2017-01-312-0/+21