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
*
PPC64/TCG: Implement 'rfebb' instruction
Daniel Henrique Barboza
2021-12-17
6
-0
/
+85
*
target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
Daniel Henrique Barboza
2021-12-17
5
-4
/
+42
*
target/ppc: enable PMU instruction count
Daniel Henrique Barboza
2021-12-17
7
-1
/
+146
*
target/ppc: enable PMU counter overflow with cycle events
Daniel Henrique Barboza
2021-12-17
2
-0
/
+73
*
target/ppc: PMU: update counters on MMCR1 write
Daniel Henrique Barboza
2021-12-17
5
-1
/
+21
*
target/ppc: PMU: update counters on PMCs r/w
Daniel Henrique Barboza
2021-12-17
5
-8
/
+51
*
target/ppc: PMU basic cycle count for pseries TCG
Daniel Henrique Barboza
2021-12-17
6
-4
/
+157
*
target/ppc: introduce PMUEventType and PMU overflow timers
Daniel Henrique Barboza
2021-12-17
5
-0
/
+127
*
Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
Fabiano Rosas
2021-12-17
1
-9
/
+12
*
target/ppc: Fix e6500 boot
Fabiano Rosas
2021-12-17
2
-1
/
+17
*
target/ppc: move xscvqpdp to decodetree
Matheus Ferst
2021-12-17
5
-20
/
+21
*
target/ppc: fix xscvqpdp register access
Matheus Ferst
2021-12-17
1
-2
/
+3
*
target/ppc: Move xs{max,min}[cj]dp to decodetree
Victor Colombo
2021-12-17
3
-11
/
+40
*
target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
Victor Colombo
2021-12-17
3
-10
/
+10
*
target/ppc: remove 401/403 CPUs
Cédric Le Goater
2021-12-17
7
-608
/
+4
*
target/ppc: Set 601v exception model id
Fabiano Rosas
2021-12-17
1
-0
/
+1
*
target/ppc: Remove 603e exception model
Fabiano Rosas
2021-12-17
3
-33
/
+2
*
target/ppc: Fix MPCxxx FPU interrupt address
Fabiano Rosas
2021-12-17
1
-2
/
+2
*
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
2021-12-17
8
-137
/
+6
*
target/ppc: Disable unused facilities in the e600 CPU
Fabiano Rosas
2021-12-17
1
-5
/
+1
*
target/ppc: Disable software TLB for the 7450 family
Fabiano Rosas
2021-12-17
1
-15
/
+10
*
target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
Richard Henderson
2021-12-17
1
-11
/
+10
*
target/ppc: Update fres to new flags and float64r32
Richard Henderson
2021-12-17
1
-10
/
+10
*
target/ppc: Add helper for frsqrtes
Richard Henderson
2021-12-17
3
-2
/
+21
*
target/ppc: Add helper for fmuls
Richard Henderson
2021-12-17
3
-7
/
+17
*
target/ppc: Add helpers for fadds, fsubs, fdivs
Richard Henderson
2021-12-17
3
-7
/
+47
*
target/ppc: Add helper for fsqrts
Richard Henderson
2021-12-17
3
-2
/
+14
*
target/ppc: Add helpers for fmadds et al
Richard Henderson
2021-12-17
3
-9
/
+25
*
target/ppc: Update fre to new flags
Richard Henderson
2021-12-17
1
-13
/
+8
*
target/ppc: Update xsrqpi and xsrqpxp to new flags
Richard Henderson
2021-12-17
1
-10
/
+5
*
target/ppc: Update sqrt for new flags
Richard Henderson
2021-12-17
1
-47
/
+25
*
target/ppc: Use helper_todouble in do_frsp
Richard Henderson
2021-12-17
1
-1
/
+1
*
target/ppc: Update do_frsp for new flags
Richard Henderson
2021-12-17
1
-9
/
+4
*
target/ppc: Split out do_frsp
Richard Henderson
2021-12-17
1
-11
/
+16
*
target/ppc: Do not call do_float_check_status from do_fmadd
Richard Henderson
2021-12-17
1
-5
/
+2
*
target/ppc: Split out do_fmadd
Richard Henderson
2021-12-17
1
-15
/
+18
*
target/ppc: Update fmadd for new flags
Richard Henderson
2021-12-17
1
-35
/
+11
*
target/ppc: Clean up do_fri
Richard Henderson
2021-12-17
1
-13
/
+11
*
target/ppc: Tidy inexact handling in do_fri
Richard Henderson
2021-12-17
1
-5
/
+1
*
target/ppc: Use FloatRoundMode in do_fri
Richard Henderson
2021-12-17
1
-1
/
+1
*
target/ppc: Remove inline from do_fri
Richard Henderson
2021-12-17
1
-2
/
+2
*
target/ppc: Fix VXCVI return value
Richard Henderson
2021-12-17
1
-12
/
+15
*
target/ppc: Update float_invalid_cvt for new flags
Richard Henderson
2021-12-17
1
-9
/
+11
*
target/ppc: Move float_check_status from FPU_FCTI to translate
Richard Henderson
2021-12-17
2
-7
/
+5
*
target/ppc: Update float_invalid_op_div for new flags
Richard Henderson
2021-12-17
1
-24
/
+14
*
target/ppc: Update float_invalid_op_mul for new flags
Richard Henderson
2021-12-17
1
-16
/
+10
*
target/ppc: Update float_invalid_op_addsub for new flags
Richard Henderson
2021-12-17
1
-24
/
+14
*
target/ppc: Implement Vector Mask Move insns
Matheus Ferst
2021-12-17
2
-0
/
+126
*
target/ppc: Implement Vector Extract Mask
Matheus Ferst
2021-12-17
2
-0
/
+88
*
target/ppc: Implement Vector Expand Mask
Matheus Ferst
2021-12-17
2
-0
/
+45
[next]