index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
2017-02-24
13
-35
/
+615
|
\
|
*
hw/ppc/spapr: Check for valid page size when hot plugging memory
Thomas Huth
2017-02-22
2
-4
/
+35
|
*
target-ppc: fix Book-E TLB matching
Alex Zuepke
2017-02-22
1
-1
/
+1
|
*
target/ppc/POWER9: Direct all instr and data storage interrupts to the hypv
Suraj Jitindar Singh
2017-02-22
1
-2
/
+18
|
*
target/ppc/POWER9: Adapt LPCR handling for POWER9
Suraj Jitindar Singh
2017-02-22
3
-6
/
+44
|
*
target/ppc/POWER9: Add ISAv3.00 MMU definition
Suraj Jitindar Singh
2017-02-22
3
-3
/
+7
|
*
target/ppc: Fix LPCR DPFD mask define
Suraj Jitindar Singh
2017-02-22
1
-1
/
+1
|
*
target-ppc: Add xscvqpudz and xscvqpuwz instructions
Bharata B Rao
2017-02-22
4
-0
/
+8
|
*
target-ppc: Implement round to odd variants of quad FP instructions
Bharata B Rao
2017-02-22
2
-23
/
+21
|
*
target-ppc: add wait instruction
Nikunj A Dadhania
2017-02-22
1
-0
/
+1
|
*
target-ppc: add slbsync implementation
Nikunj A Dadhania
2017-02-22
1
-0
/
+12
|
*
target-ppc: add slbieg instruction
Nikunj A Dadhania
2017-02-22
3
-2
/
+29
|
*
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
2017-02-22
1
-0
/
+15
|
*
target-ppc: implement store atomic instruction
Balamuruhan S
2017-02-22
1
-0
/
+52
|
*
target-ppc: implement load atomic instruction
Balamuruhan S
2017-02-22
2
-0
/
+61
|
*
target-ppc: Add xsmaxjdp and xsminjdp instructions
Bharata B Rao
2017-02-22
4
-0
/
+61
|
*
target-ppc: Add xsmaxcdp and xsmincdp instructions
Bharata B Rao
2017-02-22
4
-0
/
+44
|
*
ppc: implement xssubqp instruction
Jose Ricardo Ziviani
2017-02-22
4
-0
/
+37
|
*
ppc: implement xssqrtqp instruction
Jose Ricardo Ziviani
2017-02-22
4
-0
/
+41
|
*
ppc: implement xsrqpxp instruction
Jose Ricardo Ziviani
2017-02-22
4
-0
/
+59
|
*
ppc: implement xsrqpi[x] instruction
Jose Ricardo Ziviani
2017-02-22
5
-0
/
+75
*
|
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
2017-02-21
1
-0
/
+4
|
/
*
ppc/kvm: Handle the "family" CPU via alias instead of registering new types
Thomas Huth
2017-02-01
1
-13
/
+23
*
target/ppc/mmu_hash64: Fix incorrect shift value in amr calculation
Suraj Jitindar Singh
2017-02-01
1
-1
/
+1
*
target/ppc/mmu_hash64: Fix printing unsigned as signed int
Suraj Jitindar Singh
2017-02-01
1
-2
/
+2
*
tcg/POWER9: NOOP the cp_abort instruction
Suraj Jitindar Singh
2017-02-01
1
-0
/
+5
*
target/ppc/debug: Print LPCR register value if register exists
Suraj Jitindar Singh
2017-02-01
1
-0
/
+3
*
target-ppc: Add xststdc[sp, dp, qp] instructions
Nikunj A Dadhania
2017-02-01
5
-8
/
+69
*
target-ppc: Add xvtstdc[sp,dp] instructions
Nikunj A Dadhania
2017-02-01
5
-2
/
+55
*
target/ppc/cpu-models: Fix/remove bad CPU aliases
Thomas Huth
2017-01-31
1
-20
/
+2
*
target/ppc: Remove unused POWERPC_FAMILY(POWER)
Thomas Huth
2017-01-31
1
-22
/
+0
*
spapr: clock should count only if vm is running
Laurent Vivier
2017-01-31
1
-0
/
+3
*
target/ppc: Add pcr_supported to POWER9 cpu class definition
Suraj Jitindar Singh
2017-01-31
2
-0
/
+3
*
powerpc/cpu-models: rename ISAv3.00 logical PVR definition
Suraj Jitindar Singh
2017-01-31
1
-1
/
+1
*
target-ppc: Add xvcv[hpsp, sphp] instructions
Nikunj A Dadhania
2017-01-31
4
-9
/
+24
*
target-ppc: Add xsmulqp instruction
Bharata B Rao
2017-01-31
4
-0
/
+38
*
target-ppc: Add xsdivqp instruction
Bharata B Rao
2017-01-31
4
-0
/
+39
*
target-ppc: Add xscvsdqp and xscvudqp instructions
Bharata B Rao
2017-01-31
4
-0
/
+31
*
target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qp
Bharata B Rao
2017-01-31
1
-12
/
+8
*
ppc: Implement bcdutrunc. instruction
Jose Ricardo Ziviani
2017-01-31
4
-1
/
+57
*
ppc: Implement bcdtrunc. instruction
Jose Ricardo Ziviani
2017-01-31
4
-2
/
+45
*
target-ppc: Add xscvqps[d,w]z instructions
Bharata B Rao
2017-01-31
4
-0
/
+46
*
target-ppc: Add xvxsigdp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+41
*
target-ppc: Add xvxsigsp instruction
Nikunj A Dadhania
2017-01-31
4
-0
/
+24
*
target-ppc: Add xvxexpdp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+18
*
target-ppc: Add xvxexpsp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+18
*
target-ppc: Add xviexpdp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+27
*
target-ppc: Add xviexpsp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+28
*
target-ppc: Add xsiexpqp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+23
*
target-ppc: Add xsiexpdp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+21
[next]