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
*
Changes requirement for "vsubsbs" instruction
Paul A. Clarke
2018-12-20
1
-1
/
+1
*
target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-20
1
-3
/
+3
*
target/ppc: tcg: Implement addex instruction
Suraj Jitindar Singh
2018-12-20
1
-27
/
+33
*
target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros
David Gibson
2018-12-20
1
-12
/
+0
*
target/ppc: fix the PPC_BIT definitions
Cédric Le Goater
2018-12-20
1
-3
/
+3
*
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-6
/
+8
*
ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HV
Suraj Jitindar Singh
2018-11-08
2
-0
/
+24
*
target/ppc: Add one reg id for ptcr
Suraj Jitindar Singh
2018-11-08
1
-5
/
+5
*
This patch fixes processing of rfi instructions in icount mode.
Maria Klimushenkova
2018-11-08
1
-0
/
+12
*
target/ppc: fix mtmsr instruction for icount
Pavel Dovgalyuk
2018-11-08
1
-0
/
+12
*
target/ppc: Split out float_invalid_cvt
Richard Henderson
2018-11-08
1
-39
/
+28
*
target/ppc: Split out float_invalid_op_div
Richard Henderson
2018-11-08
1
-28
/
+24
*
target/ppc: Split out float_invalid_op_mul
Richard Henderson
2018-11-08
1
-23
/
+20
*
target/ppc: Split out float_invalid_op_addsub
Richard Henderson
2018-11-08
1
-34
/
+26
*
target/ppc: Introduce fp number classification
Richard Henderson
2018-11-08
1
-43
/
+51
*
target/ppc: Remove float_check_status
Richard Henderson
2018-11-08
1
-42
/
+35
*
target/ppc: Split up float_invalid_op_excp
Richard Henderson
2018-11-08
1
-163
/
+181
*
target/ppc: add external PID support
Roman Kapl
2018-11-08
8
-45
/
+387
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
2018-10-23
1
-2
/
+2
|
\
|
*
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
1
-2
/
+2
*
|
target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
2018-10-19
3
-62
/
+88
|
/
*
target/ppc/cpu-models: Re-group the 970 CPUs together again
Thomas Huth
2018-09-25
1
-21
/
+19
*
target/ppc/kvm: set vcpu as online/offline
Nikunj A Dadhania
2018-09-05
2
-0
/
+16
*
ppc: Remove deprecated ppcemb target
Thomas Huth
2018-08-28
5
-58
/
+5
*
ppc: add DBCR based debugging
Roman Kapl
2018-08-21
4
-33
/
+107
*
target/ppc: simplify bcdadd/sub functions
Yasmin Beatriz
2018-08-21
1
-31
/
+18
*
target/ppc: bcdsub fix sign when result is zero
Yasmin Beatriz
2018-08-21
1
-0
/
+3
*
target/ppc: Use non-arithmetic conversions for fp load/store
Richard Henderson
2018-08-21
3
-30
/
+61
*
target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrt
Richard Henderson
2018-08-21
1
-25
/
+37
*
target/ppc: Tidy helper_fsqrt
Richard Henderson
2018-08-21
2
-16
/
+15
*
target/ppc: Tidy helper_fadd, helper_fsub
Richard Henderson
2018-08-21
2
-31
/
+23
*
target/ppc: Tidy helper_fmul
Richard Henderson
2018-08-21
2
-15
/
+12
*
target/ppc: Honor fpscr_ze semantics and tidy fdiv
Richard Henderson
2018-08-21
2
-23
/
+29
*
target/ppc: Enable fp exceptions for user-only
Richard Henderson
2018-08-21
2
-3
/
+14
*
target/ppc: fix build on ppc64 host
Laurent Vivier
2018-07-07
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...
Peter Maydell
2018-07-03
9
-341
/
+541
|
\
|
*
target/ppc: Relax reserved bitmask of indexed store instructions
BALATON Zoltan
2018-07-03
1
-1
/
+1
|
*
target/ppc: set is_jmp on ppc_tr_breakpoint_check
Emilio G. Cota
2018-07-03
1
-0
/
+1
|
*
target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()
Greg Kurz
2018-07-03
1
-9
/
+8
|
*
target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()
Greg Kurz
2018-07-03
1
-97
/
+20
|
*
fpu_helper.c: fix setting FPSCR[FI] bit
John Arbuckle
2018-07-03
1
-0
/
+8
|
*
target/ppc: Implement the rest of gen_st_atomic
Richard Henderson
2018-07-03
1
-1
/
+25
|
*
target/ppc: Implement the rest of gen_ld_atomic
Richard Henderson
2018-07-03
1
-4
/
+79
|
*
target/ppc: Use atomic min/max helpers
Richard Henderson
2018-07-03
1
-3
/
+19
|
*
target/ppc: Use MO_ALIGN for EXIWX and ECOWX
Richard Henderson
2018-07-03
1
-21
/
+4
|
*
target/ppc: Split out gen_st_atomic
Richard Henderson
2018-07-03
1
-48
/
+49
|
*
target/ppc: Split out gen_ld_atomic
Richard Henderson
2018-07-03
1
-53
/
+52
|
*
target/ppc: Split out gen_load_locked
Richard Henderson
2018-07-03
1
-17
/
+18
|
*
target/ppc: Tidy gen_conditional_store
Richard Henderson
2018-07-03
1
-17
/
+11
|
*
target/ppc: Remove POWERPC_EXCP_STCX
Richard Henderson
2018-07-03
2
-19
/
+0
[next]