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
...
*
s390x/tcg: Implement VECTOR FP COMPARE (AND SIGNAL) SCALAR
David Hildenbrand
2019-06-07
4
-0
/
+59
*
s390x/tcg: Implement VECTOR FP ADD
David Hildenbrand
2019-06-07
5
-0
/
+158
*
s390x/tcg: Export float_comp_to_cc() and float(32|64|128)_dcmask()
David Hildenbrand
2019-06-07
2
-2
/
+6
*
s390x/tcg: Introduce tcg_s390_vector_exception()
David Hildenbrand
2019-06-07
3
-0
/
+18
*
s390x/tcg: Store only the necessary amount of doublewords for STFLE
David Hildenbrand
2019-06-07
1
-1
/
+7
*
s390x/tcg: Fix max_byte detection for stfle
David Hildenbrand
2019-06-07
1
-1
/
+2
*
s390x: Use uint64_t for vector registers
David Hildenbrand
2019-06-07
8
-95
/
+95
*
s390x: Align vector registers to 16 bytes
David Hildenbrand
2019-06-07
1
-1
/
+1
*
s390x/tcg: Implement VECTOR STRING RANGE COMPARE
David Hildenbrand
2019-06-07
5
-0
/
+237
*
s390x/tcg: Implement VECTOR ISOLATE STRING
David Hildenbrand
2019-06-07
4
-0
/
+87
*
s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUAL
David Hildenbrand
2019-06-07
5
-0
/
+132
*
s390x/tcg: Implement VECTOR FIND ELEMENT EQUAL
David Hildenbrand
2019-06-07
4
-0
/
+96
*
s390x/tcg: Implement VECTOR FIND ANY ELEMENT EQUAL
David Hildenbrand
2019-06-07
5
-1
/
+198
*
target/mips: Unroll loops in helpers for MSA logic instructions
Aleksandar Markovic
2019-06-07
1
-4
/
+40
*
target/mips: Outline places for future MSA helpers
Aleksandar Markovic
2019-06-07
1
-0
/
+461
*
target/mips: Fix block-comment-related issues in msa_helper.c
Aleksandar Markovic
2019-06-06
1
-15
/
+27
*
target/mips: Fix space-related format issues in msa_helper.c
Aleksandar Markovic
2019-06-06
1
-14
/
+14
*
i386: Enable IA32_MISC_ENABLE MWAIT bit when exposing mwait/monitor
Wanpeng Li
2019-06-03
2
-0
/
+4
*
target/mips: Improve performance of certain MSA instructions
Mateja Marjanovic
2019-06-01
1
-109
/
+433
*
target/mips: Clean up lmi_helper.c
Aleksandar Markovic
2019-06-01
1
-3
/
+5
*
target/mips: Clean up dsp_helper.c
Aleksandar Markovic
2019-06-01
1
-11
/
+29
*
target/mips: Add emulation of MMI instruction PCPYUD
Mateja Marjanovic
2019-06-01
1
-1
/
+42
*
target/mips: Add emulation of MMI instruction PCPYLD
Mateja Marjanovic
2019-06-01
1
-1
/
+42
*
target/mips: Add emulation of MMI instruction PCPYH
Mateja Marjanovic
2019-06-01
1
-1
/
+65
*
spapr/xive: add KVM support
Cédric Le Goater
2019-05-29
2
-0
/
+13
*
target/ppc: Use vector variable shifts for VSL, VSR, VSRA
Richard Henderson
2019-05-29
3
-61
/
+12
*
target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p
Anton Blanchard
2019-05-29
1
-2
/
+2
*
target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STORE
Anton Blanchard
2019-05-29
1
-10
/
+58
*
target/ppc: Fix xxspltib
Anton Blanchard
2019-05-29
1
-4
/
+4
*
target/ppc: Fix vsum2sws
Anton Blanchard
2019-05-29
1
-1
/
+1
*
target/ppc: Fix vslv and vsrv
Anton Blanchard
2019-05-29
1
-7
/
+7
*
target/ppc: Fix xxbrq, xxbrw
Anton Blanchard
2019-05-29
1
-2
/
+2
*
target/ppc: Fix xvxsigdp
Anton Blanchard
2019-05-29
1
-1
/
+1
*
target/ppc/kvm: Fix trace typo
Boxuan Li
2019-05-29
2
-2
/
+2
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...
Peter Maydell
2019-05-28
13
-62
/
+79
|
\
|
*
target/mips: convert UHI_plog to use common semihosting code
Alex Bennée
2019-05-28
1
-6
/
+6
|
*
target/mips: only build mips-semi for softmmu
Alex Bennée
2019-05-28
3
-1
/
+12
|
*
target/arm: correct return values for WRITE/READ in arm-semi
Alex Bennée
2019-05-28
1
-8
/
+12
|
*
target/arm: add LOG_UNIMP messages to arm-semi
Alex Bennée
2019-05-28
1
-2
/
+3
|
*
target/arm: use the common interface for WRITE0/WRITEC in arm-semi
Alex Bennée
2019-05-28
1
-25
/
+4
|
*
target/arm: fixup some of the commentary for arm-semi
Alex Bennée
2019-05-28
1
-9
/
+31
|
*
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-28
11
-11
/
+11
*
|
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-may-19-2019-v...
Peter Maydell
2019-05-28
6
-202
/
+674
|
\
\
|
*
|
target/mips: realign comments to fix checkpatch warnings
Jules Irenge
2019-05-26
1
-12
/
+22
|
*
|
target/mips: add or remove space to fix checkpatch errors
Jules Irenge
2019-05-26
1
-81
/
+94
|
*
|
mips: Decide to map PAGE_EXEC in map_address
Jakub Jermář
2019-05-26
1
-5
/
+8
|
*
|
target/mips: Refactor and fix INSERT.<B|H|W|D> instructions
Mateja Marjanovic
2019-05-26
3
-18
/
+71
|
*
|
target/mips: Refactor and fix COPY_U.<B|H|W> instructions
Mateja Marjanovic
2019-05-26
3
-21
/
+59
|
*
|
target/mips: Refactor and fix COPY_S.<B|H|W|D> instructions
Mateja Marjanovic
2019-05-26
3
-21
/
+67
|
*
|
target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host
Mateja Marjanovic
2019-05-26
1
-20
/
+180
[prev]
[next]