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
...
*
ppc: Implement bcdsr. instruction
Jose Ricardo Ziviani
2017-01-31
4
-0
/
+52
*
ppc: Implement bcdus. instruction
Jose Ricardo Ziviani
2017-01-31
4
-1
/
+46
*
ppc: Implement bcds. instruction
Jose Ricardo Ziviani
2017-01-31
4
-1
/
+46
*
target-ppc: xscvqpdp zero VSR
Nikunj A Dadhania
2017-01-31
1
-1
/
+1
*
ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macro
Jose Ricardo Ziviani
2017-01-31
1
-3
/
+3
*
target-ppc: Add xscvqpdp instruction
Bharata B Rao
2017-01-31
4
-0
/
+31
*
target-ppc: Add xscvdpqp instruction
Bharata B Rao
2017-01-31
4
-0
/
+48
*
target-ppc: Add xsaddqp instructions
Bharata B Rao
2017-01-31
5
-0
/
+41
*
ppc: Add ppc_set_compat_all()
David Gibson
2017-01-31
2
-0
/
+38
*
target-ppc: Add xsxsigqp instructions
Nikunj A Dadhania
2017-01-31
2
-0
/
+30
*
target-ppc: Add xsxsigdp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+30
*
target-ppc: Add xsxexpqp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+16
*
target-ppc: Add xsxexpdp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+17
*
target-ppc: Use correct precision for FPRF setting
Bharata B Rao
2017-01-31
2
-2
/
+3
*
target-ppc: Add xscvdphp, xscvhpdp
Bharata B Rao
2017-01-31
5
-0
/
+42
*
target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64
Bharata B Rao
2017-01-31
3
-70
/
+73
*
target-ppc: Replace isden by float64_is_zero_or_denormal
Bharata B Rao
2017-01-31
1
-10
/
+1
*
target-ppc: Use float64 arg in helper_compute_fprf()
Bharata B Rao
2017-01-31
1
-9
/
+7
*
target-ppc: Add xxinsertw instruction
Nikunj A Dadhania
2017-01-31
4
-2
/
+30
*
target-ppc: Add xxextractuw instruction
Nikunj A Dadhania
2017-01-31
4
-0
/
+62
*
ppc: Validate compatibility modes when setting
David Gibson
2017-01-31
2
-0
/
+43
*
ppc: Rewrite ppc_get_compat_smt_threads()
David Gibson
2017-01-31
3
-21
/
+19
*
ppc: Rewrite ppc_set_compat()
David Gibson
2017-01-31
4
-43
/
+97
*
target-ppc: implement stxvll instructions
Nikunj A Dadhania
2017-01-31
4
-0
/
+4
*
target-ppc: implement stxvl instruction
Nikunj A Dadhania
2017-01-31
4
-0
/
+34
*
target-ppc: implement lxvll instruction
Nikunj A Dadhania
2017-01-31
4
-0
/
+4
*
target-ppc: implement lxvl instruction
Nikunj A Dadhania
2017-01-31
4
-0
/
+70
*
target-ppc: Add xxperm and xxpermr instructions
Bharata B Rao
2017-01-31
4
-0
/
+29
*
target-ppc: implement xscpsgnqp instruction
Nikunj A Dadhania
2017-01-31
2
-1
/
+12
*
target-ppc: implement xsnegqp instruction
Nikunj A Dadhania
2017-01-31
2
-0
/
+5
*
target-ppc: Implement bcd_is_valid function
Jose Ricardo Ziviani
2017-01-31
1
-7
/
+20
*
target-ppc: implement xsabsqp/xsnabsqp instruction
David Gibson
2017-01-31
2
-0
/
+40
*
target-ppc: implement stop instruction
Nikunj A Dadhania
2017-01-31
1
-0
/
+6
*
target-ppc: move ppc_vsr_t to common header
Nikunj A Dadhania
2017-01-31
2
-37
/
+42
*
ppc: Rename cpu_version to compat_pvr
David Gibson
2017-01-31
4
-12
/
+12
*
ppc: Clean up and QOMify hypercall emulation
David Gibson
2017-01-31
3
-9
/
+40
*
target-ppc: add vextu[bhw][lr]x instructions
Avinesh Kumar
2017-01-31
5
-2
/
+73
*
target-ppc: Implement bcdsetsgn. instruction
Jose Ricardo Ziviani
2017-01-31
3
-0
/
+28
*
target-ppc: Implement bcdcpsgn. instruction
Jose Ricardo Ziviani
2017-01-31
4
-1
/
+28
*
target-ppc: Implement bcdctsq. instruction
Jose Ricardo Ziviani
2017-01-31
3
-0
/
+48
*
target-ppc: Implement bcdcfsq. instruction
Jose Ricardo Ziviani
2017-01-31
3
-0
/
+46
*
target-ppc: implement lxv/lxvx and stxv/stxvx
Nikunj A Dadhania
2017-01-31
4
-2
/
+61
*
target-ppc: implement stxsd and stxssp
Nikunj A Dadhania
2017-01-31
3
-1
/
+55
*
target-ppc: implement lxsd and lxssp instructions
Nikunj A Dadhania
2017-01-31
3
-1
/
+46
*
target-ppc: Add xscmpoqp and xscmpuqp instructions
Bharata B Rao
2017-01-31
4
-0
/
+60
*
target-ppc: Add xscmpexp[dp,qp] instructions
Bharata B Rao
2017-01-31
4
-0
/
+74
*
target-ppc: Fix xscmpodp and xscmpudp instructions
Bharata B Rao
2017-01-31
1
-15
/
+25
*
target-ppc: rename CRF_* defines as CRF_*_BIT
Nikunj A Dadhania
2017-01-31
3
-30
/
+35
*
target-ppc: Consolidate instruction decode helpers
Bharata B Rao
2017-01-31
3
-161
/
+152
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-4
/
+8
[prev]
[next]