aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-01-21tests/tcg/s390x: Fix EXRL testsDavid Hildenbrand2-8/+8
2021-01-20tests: Rename PAGE_SIZE definitionsJiaxun Yang1-3/+3
2021-01-18target/arm: use official org.gnu.gdb.aarch64.sve layout for registersAlex Bennée1-0/+11
2021-01-18gdbstub: add support to Xfer:auxv:read: packetLirong Yuan2-0/+66
2021-01-18gdbstub: implement a softmmu based testAlex Bennée8-3/+154
2021-01-18Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"Alex Bennée1-3/+1
2021-01-02tests/tcg: build tests with -WerrorAlex Bennée1-1/+1
2020-12-15tests: remove GCC < 4 fallbacksMarc-André Lureau1-5/+3
2020-12-14tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 testPeter Maydell1-1/+3
2020-12-10target/i386: fix operand order for PDEP and PEXTPaolo Bonzini2-0/+45
2020-10-27tests/tcg/aarch64: Add bti smoke testsRichard Henderson5-0/+243
2020-10-14tests/tcg/linux-test: Adjust getsockname for muslRichard Henderson1-1/+1
2020-10-13Remove superfluous .gitignore filesThomas Huth1-5/+0
2020-09-30tests/tcg: reinstate or replace desired parts of rules.makPaolo Bonzini2-3/+14
2020-09-10plugins: move the more involved plugins to contribAlex Bennée1-2/+1
2020-09-08Makefile: inline the relevant parts of rules.makPaolo Bonzini1-2/+0
2020-09-01tests/tcg: Do not require FE_* exception bitsRichard Henderson1-0/+17
2020-09-01tests/tcg: Do not require FE_TOWARDZERORichard Henderson2-0/+4
2020-09-01tests/tcg: Add microblaze to arches filterRichard Henderson1-1/+1
2020-08-21tests/tcg/xtensa: add DFP0 arithmetic testsMax Filippov1-0/+162
2020-08-21tests/tcg/xtensa: test double precision load/storeMax Filippov1-0/+123
2020-08-21tests/tcg/xtensa: add fp0 div and sqrt testsMax Filippov2-0/+158
2020-08-21tests/tcg/xtensa: update test_lsc for DFPUMax Filippov1-13/+34
2020-08-21tests/tcg/xtensa: update test_fp1 for DFPUMax Filippov1-28/+34
2020-08-21tests/tcg/xtensa: update test_fp0_conv for DFPUMax Filippov1-144/+155
2020-08-21tests/tcg/xtensa: expand madd testsMax Filippov1-0/+104
2020-08-21tests/tcg/xtensa: update test_fp0_arith for DFPUMax Filippov2-97/+223
2020-08-21tests/tcg/xtensa: fix test execution on ISSMax Filippov1-5/+5
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-2/+2
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson2-1/+34
2020-07-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell2-8/+17
2020-07-11tests/docker: update toolchain set in debian-xtensa-crossMax Filippov1-1/+1
2020-07-11tests/tcg: add more default compilers to configure.shAlex Bennée1-5/+14
2020-07-11tests/docker: change tag naming scheme of our imagesAlex Bennée1-2/+2
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers2-0/+817
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers1-0/+1071
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers1-0/+1161
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers1-0/+1156
2020-06-26target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers1-0/+1140
2020-06-16plugins: new lockstep plugin for debugging TCG changesAlex Bennée1-1/+2
2020-06-16tests/tcg: ensure -cpu max also used for plugin runAlex Bennée2-1/+3
2020-06-16tests/tcg: build plugin list from contents of src directoryAlex Bennée3-7/+8
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-0/+1677
2020-06-12target/i386: correct fix for pcmpxstrx substring searchJoseph Myers2-0/+36
2020-06-10target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers1-0/+831
2020-06-10target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers1-0/+100
2020-06-10target/i386: fix fbstp handling of out-of-range valuesJoseph Myers1-0/+115
2020-06-10target/i386: fix fbstp handling of negative zeroJoseph Myers1-0/+25
2020-06-10target/i386: fix fxam handling of invalid encodingsJoseph Myers1-0/+143
2020-06-10target/i386: fix floating-point load-constant roundingJoseph Myers1-0/+199