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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2018-05-17
2
-124
/
+577
|
\
|
*
i386: Add new property to control cache info
Babu Moger
2018-05-15
2
-26
/
+76
|
*
i386: Initialize cache information for EPYC family processors
Babu Moger
2018-05-15
1
-0
/
+52
|
*
i386: Add cache information in X86CPUDefinition
Babu Moger
2018-05-15
2
-0
/
+8
|
*
i386: Helpers to encode cache information consistently
Eduardo Habkost
2018-05-15
2
-124
/
+424
|
*
x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu feature
Jingqi Liu
2018-05-15
2
-1
/
+2
|
*
i386: add KnightsMill cpu model
Boqun Feng
2018-05-15
1
-0
/
+42
*
|
target/arm: Fix sqrt_f16 exception raising
Alex Bennée
2018-05-15
1
-1
/
+2
*
|
target/arm: Implement FMOV (immediate) for fp16
Alex Bennée
2018-05-15
1
-3
/
+17
*
|
target/arm: Implement FCSEL for fp16
Alex Bennée
2018-05-15
1
-6
/
+25
*
|
target/arm: Implement FCMP for fp16
Alex Bennée
2018-05-15
3
-17
/
+83
*
|
target/arm: Implement FP data-processing (3 source) for fp16
Richard Henderson
2018-05-15
1
-0
/
+48
*
|
target/arm: Implement FP data-processing (2 source) for fp16
Richard Henderson
2018-05-15
1
-0
/
+65
*
|
target/arm: Introduce and use read_fp_hreg
Richard Henderson
2018-05-15
1
-16
/
+14
*
|
target/arm: Implement FCVT (scalar, fixed-point) for fp16
Richard Henderson
2018-05-15
1
-2
/
+15
*
|
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
2018-05-15
3
-18
/
+122
*
|
target/arm: Early exit after unallocated_encoding in disas_fp_int_conv
Richard Henderson
2018-05-15
1
-1
/
+1
*
|
target/arm: Implement FMOV (general) for fp16
Richard Henderson
2018-05-15
1
-0
/
+21
*
|
target/arm: Fix fp_status_f16 tininess before rounding
Peter Maydell
2018-05-15
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'remotes/rth/tags/tgt-openrisc-pull-request' int...
Peter Maydell
2018-05-15
5
-1151
/
+1050
|
\
|
*
target/openrisc: Merge disas_openrisc_insn
Richard Henderson
2018-05-14
1
-9
/
+4
|
*
target/openrisc: Convert dec_float
Richard Henderson
2018-05-14
2
-230
/
+149
|
*
target/openrisc: Convert dec_compi
Richard Henderson
2018-05-14
2
-58
/
+70
|
*
target/openrisc: Convert dec_comp
Richard Henderson
2018-05-14
2
-62
/
+73
|
*
target/openrisc: Convert dec_M
Richard Henderson
2018-05-14
2
-28
/
+16
|
*
target/openrisc: Convert dec_logic
Richard Henderson
2018-05-14
2
-36
/
+32
|
*
target/openrisc: Convert dec_mac
Richard Henderson
2018-05-14
2
-33
/
+27
|
*
target/openrisc: Convert dec_calc
Richard Henderson
2018-05-14
2
-169
/
+229
|
*
target/openrisc: Convert remainder of dec_misc insns
Richard Henderson
2018-05-14
2
-153
/
+141
|
*
target/openrisc: Convert memory insns
Richard Henderson
2018-05-14
2
-139
/
+160
|
*
target/openrisc: Convert branch insns
Richard Henderson
2018-05-14
2
-78
/
+84
|
*
target/openrisc: Start conversion to decodetree.py
Richard Henderson
2018-05-14
3
-43
/
+78
|
*
target-openrisc: Write back result before FPE exception
Richard Henderson
2018-05-14
3
-252
/
+126
*
|
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...
Peter Maydell
2018-05-14
1
-0
/
+1
|
\
\
|
*
|
m68k: fix floatx80_mod() (Coverity CID1390568)
Laurent Vivier
2018-05-14
1
-0
/
+1
|
|
/
*
|
target/s390x: Fix brace Werror with clang 6.0.0
Richard Henderson
2018-05-14
1
-1
/
+1
*
|
s390x: refactor reset/reipl handling
David Hildenbrand
2018-05-14
4
-64
/
+31
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-05-14
14
-23
/
+98
|
\
|
*
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
2018-05-11
8
-5
/
+4
|
*
i386/kvm: add support for Hyper-V reenlightenment MSRs
Vitaly Kuznetsov
2018-05-11
5
-3
/
+77
|
*
target/i386: sev: fix memory leaks
Paolo Bonzini
2018-05-09
1
-15
/
+17
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...
Peter Maydell
2018-05-11
9
-188
/
+514
|
\
\
|
*
|
target/arm: Clear SVE high bits for FMOV
Richard Henderson
2018-05-10
1
-12
/
+5
|
*
|
target/arm: Fix float16 to/from int16
Richard Henderson
2018-05-10
3
-6
/
+55
|
*
|
target/arm: Implement vector shifted FCVT for fp16
Richard Henderson
2018-05-10
1
-18
/
+45
|
*
|
target/arm: Implement vector shifted SCVF/UCVF for fp16
Richard Henderson
2018-05-10
1
-13
/
+20
|
*
|
target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
Richard Henderson
2018-05-10
1
-0
/
+1
|
*
|
target/arm: Implement CAS and CASP
Richard Henderson
2018-05-10
3
-3
/
+161
|
*
|
target/arm: Fill in disas_ldst_atomic
Richard Henderson
2018-05-10
1
-2
/
+36
|
*
|
target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
Richard Henderson
2018-05-10
2
-43
/
+134
[next]