[Qemu-devel] [PATCH 0/2] tests/tcg/xtensa: exception vectors/handlers improvement

Max Filippov posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180901021341.18066-1-jcmvbkbc@gmail.com
Test docker-clang@ubuntu failed
Test checkpatch passed
tests/tcg/xtensa/linker.ld.S | 37 ++++++++++++++++++++++---------------
tests/tcg/xtensa/vectors.S   | 16 ++++++++++++++++
2 files changed, 38 insertions(+), 15 deletions(-)
[Qemu-devel] [PATCH 0/2] tests/tcg/xtensa: exception vectors/handlers improvement
Posted by Max Filippov 7 years, 2 months ago
Hello,

this series generalizes xtensa test vectors and linker script a bit further:
- it extracts exception/IRQ handlers from vectors, as not all core
  configurations have enough space between the vectors;
- it conditionalizes vectors code, so that only handlers for configured
  IRQs and exceptions are generated.

Max Filippov (2):
  tests/tcg/xtensa: move exception handlers to separate section
  tests/tcg/xtensa: only generate defined exception handlers

 tests/tcg/xtensa/linker.ld.S | 37 ++++++++++++++++++++++---------------
 tests/tcg/xtensa/vectors.S   | 16 ++++++++++++++++
 2 files changed, 38 insertions(+), 15 deletions(-)

-- 
2.11.0