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
/
tests
/
tcg
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/tcg/i386: Use explicit suffix on fist insns
Richard Henderson
2022-06-14
2
-13
/
+13
*
tests/tcg: add missing reference files for float_convs
Alex Bennée
2022-04-20
1
-0
/
+748
*
tests/tcg: add float_convd test
Alex Bennée
2022-04-20
1
-0
/
+988
*
tests/tcg: add compiler test variables when using containers
Paolo Bonzini
2022-04-20
1
-1
/
+1
*
tests/tcg: add vectorised sha512 versions
Alex Bennée
2022-02-28
1
-0
/
+9
*
tests/tcg/multiarch: Re-enable signals test for most guests
Richard Henderson
2021-10-01
1
-3
/
+0
*
tests/plugins/insn: made arg inline not positional and parse it as bool
Mahmoud Mandour
2021-09-02
2
-2
/
+2
*
tests/tcg: also disable the signals test for plugins
Alex Bennée
2021-07-14
1
-0
/
+3
*
tests/tcg/i386: force -fno-pie for test-i386
Alex Bennée
2021-04-06
1
-3
/
+13
*
tests/tcg/i386: expand .data sections for system tests
Alex Bennée
2021-04-06
1
-1
/
+1
*
tests/plugin: expand insn test to detect duplicate instructions
Alex Bennée
2021-02-18
2
-0
/
+17
*
gdbstub: implement a softmmu based test
Alex Bennée
2021-01-18
2
-1
/
+2
*
target/i386: fix operand order for PDEP and PEXT
Paolo Bonzini
2020-12-10
2
-0
/
+45
*
target/i386: fix IEEE SSE floating-point exception raising
Joseph Myers
2020-07-11
2
-0
/
+817
*
target/i386: reimplement fpatan using floatx80 operations
Joseph Myers
2020-06-26
1
-0
/
+1071
*
target/i386: reimplement fyl2x using floatx80 operations
Joseph Myers
2020-06-26
1
-0
/
+1161
*
target/i386: reimplement fyl2xp1 using floatx80 operations
Joseph Myers
2020-06-26
1
-0
/
+1156
*
target/i386: reimplement f2xm1 using floatx80 operations
Joseph Myers
2020-06-26
1
-0
/
+1140
*
tests/tcg: ensure -cpu max also used for plugin run
Alex Bennée
2020-06-16
1
-0
/
+1
*
target/i386: correct fix for pcmpxstrx substring search
Joseph Myers
2020-06-12
2
-0
/
+36
*
target/i386: fix IEEE x87 floating-point exception raising
Joseph Myers
2020-06-10
1
-0
/
+831
*
target/i386: fix fisttpl, fisttpll handling of out-of-range values
Joseph Myers
2020-06-10
1
-0
/
+100
*
target/i386: fix fbstp handling of out-of-range values
Joseph Myers
2020-06-10
1
-0
/
+115
*
target/i386: fix fbstp handling of negative zero
Joseph Myers
2020-06-10
1
-0
/
+25
*
target/i386: fix fxam handling of invalid encodings
Joseph Myers
2020-06-10
1
-0
/
+143
*
target/i386: fix floating-point load-constant rounding
Joseph Myers
2020-06-10
1
-0
/
+199
*
target/i386: fix fscale handling of rounding precision
Joseph Myers
2020-06-10
1
-0
/
+13
*
target/i386: fix fscale handling of infinite exponents
Joseph Myers
2020-06-10
1
-0
/
+29
*
target/i386: fix fscale handling of invalid exponent encodings
Joseph Myers
2020-06-10
1
-0
/
+29
*
target/i386: fix fscale handling of signaling NaN
Joseph Myers
2020-06-10
1
-0
/
+37
*
target/i386: implement special cases for fxtract
Joseph Myers
2020-06-10
1
-0
/
+120
*
softfloat: fix floatx80 pseudo-denormal round to integer
Joseph Myers
2020-05-15
1
-0
/
+10
*
softfloat: fix floatx80 pseudo-denormal comparisons
Joseph Myers
2020-05-15
1
-0
/
+4
*
softfloat: fix floatx80 pseudo-denormal addition / subtraction
Joseph Myers
2020-05-15
1
-0
/
+24
*
softfloat: silence sNaN for conversions to/from floatx80
Joseph Myers
2020-05-15
1
-0
/
+63
*
tests/tcg: drop test-i386-fprem from TESTS when not SLOW
Alex Bennée
2019-10-28
1
-5
/
+6
*
tests/tcg: move configuration to a sub-shell script
Paolo Bonzini
2019-09-10
1
-9
/
+0
*
tests/tcg: cleanup Makefile inclusions
Paolo Bonzini
2019-09-10
2
-16
/
+5
*
tests/tcg: use EXTRA_CFLAGS everywhere
Paolo Bonzini
2019-09-10
1
-2
/
+2
*
tests/tcg: fix up test-i386-fprem.ref generation
Alex Bennée
2019-07-10
1
-2
/
+2
*
tests/tcg/x86_64: add a PVH crt.o for x86_64 system tests
Alex Bennée
2019-06-12
1
-0
/
+1
*
tests/tcg: clean-up VPATH/TESTS for i386
Alex Bennée
2019-06-12
1
-7
/
+2
*
tests/tcg/multiarch: expand system memory test to cover more
Alex Bennée
2019-05-28
1
-0
/
+2
*
tests/tcg/multiarch: move the system memory test
Alex Bennée
2019-05-28
1
-243
/
+0
*
tests/tcg/multiarch: add hello world system test
Alex Bennée
2019-05-28
2
-15
/
+1
*
tests/tcg/i386: add memory test to exercise softmmu
Alex Bennée
2019-03-12
1
-0
/
+243
*
tests/tcg/i386: add system mode Hello World test
Alex Bennée
2019-03-12
4
-0
/
+255
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-7
/
+7
*
Fixes i386 xchgq test
fabrice.desclaux@cea.fr
2018-12-11
1
-1
/
+1
*
tests/tcg: remove runcom test
Alex Bennée
2018-07-24
4
-200
/
+0
[next]