summary refs log tree commit diff stats
path: root/tests/xtensa/test_timer.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: mv tests/* -> tests/tcgAnthony Liguori2012-01-121-178/+0
| | | | | Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* target-xtensa: fix guest hang on masked CCOMPARE interruptMax Filippov2011-10-151-0/+63
| | | | | | | | | | | | QEMU timer is used to post CCOMPARE interrupt when the core is halted. If that CCOMPARE interrupt is masked off then the timer must be rearmed in the callback, otherwise it will be rearmed next time the core goes to halt by the waiti instruction. Add test case into timer testsuite. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* target-xtensa: add regression testsuiteMax Filippov2011-09-101-0/+115
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>