qemu-e2k/tests
Petar Jovanovic 20c334a797 target-mips: fix DSP overflow macro and affected routines
The previous implementation incorrectly used same macro to detect overflow
for addition and subtraction. This patch makes distinction between these
two, and creates separate macros. The affected routines are changed
accordingly.

This change also includes additions to the existing tests for SUBQ_S_PH and
SUBQ_S_W that would trigger the fixed issue, and it removes dead code from
the test file. The last test case in subq_s_w.c is a bug found/reported/
isolated by Klaus Peichl from Dolby.

Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2013-03-04 18:15:34 +01:00
..
qemu-iotests qemu-iotests: Test qcow2 image creation options 2013-02-22 21:21:10 +01:00
tcg target-mips: fix DSP overflow macro and affected routines 2013-03-04 18:15:34 +01:00
.gitignore Add some missing qtest binaries to .gitignore 2013-02-21 10:33:54 +01:00
check-block.sh
check-qdict.c
check-qfloat.c
check-qint.c
check-qjson.c check-qjson: More thorough testing of UTF-8 in strings 2013-02-21 15:17:55 -03:00
check-qlist.c
check-qstring.c
fdc-test.c
hd-geo-test.c
libi2c-omap.c qtest: Add MMIO support 2013-02-18 08:39:10 -06:00
libi2c.c
libi2c.h
libqtest.c qtest: Add MMIO support 2013-02-18 08:39:10 -06:00
libqtest.h qtest: Add MMIO support 2013-02-18 08:39:10 -06:00
m48t59-test.c qtest: Add MMIO support 2013-02-18 08:39:10 -06:00
Makefile
qemu-iotests-quick.sh
rtc-test.c rtc-test: add testcases for alarms in 12hour mode 2013-02-18 10:20:56 -06:00
test-aio.c
test-coroutine.c coroutine: trim down nesting level in perf_nesting test 2013-02-22 21:21:10 +01:00
test-cutils.c
test-hbitmap.c
test-iov.c
test-mul64.c
test-qmp-commands.c
test-qmp-input-strict.c
test-qmp-input-visitor.c
test-qmp-output-visitor.c
test-string-input-visitor.c
test-string-output-visitor.c
test-thread-pool.c
test-visitor-serialization.c
test-x86-cpuid.c
test-xbzrle.c
tmp105-test.c