| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: mv tests/* -> tests/tcg | Anthony Liguori | 2012-01-12 | 1 | -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 interrupt | Max Filippov | 2011-10-15 | 1 | -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 testsuite | Max Filippov | 2011-09-10 | 1 | -0/+115 |
| Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||