[Qemu-devel] [PATCH 0/9] target/xtensa: implement options for modern cores

Max Filippov posted 9 patches 4 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190514204447.17486-1-jcmvbkbc@gmail.com
Maintainers: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.c               |    2 +-
target/xtensa/cpu.h               |   58 +-
target/xtensa/helper.c            |    1 +
target/xtensa/helper.h            |    6 +
target/xtensa/mmu_helper.c        |  532 ++++++-
target/xtensa/op_helper.c         |   42 +
target/xtensa/overlay_tool.h      |   43 +-
target/xtensa/translate.c         | 2951 ++++++++++++++++++++++++-------------
tests/tcg/xtensa/test_exclusive.S |   48 +
9 files changed, 2574 insertions(+), 1109 deletions(-)
create mode 100644 tests/tcg/xtensa/test_exclusive.S
[Qemu-devel] [PATCH 0/9] target/xtensa: implement options for modern cores
Posted by Max Filippov 4 years, 11 months ago
Hello,

this series implements options used by the modern xtensa cores: memory
protection unit, block prefetch and exclusive access and adds special
register definitions and IRQ types for a few other options not fully
implemented: ECC/parity, scatter/gather and IDMA.

Max Filippov (9):
  target/xtensa: get rid of centralized SR properties
  target/xtensa: make internal MMU functions static
  target/xtensa: define IDMA and gather/scatter IRQ types
  target/xtensa: add parity/ECC option SRs
  target/xtensa: implement MPU option
  target/xtensa: implement DIWBUI.P opcode
  target/xtensa: implement block prefetch option opcodes
  target/xtensa: update list of exception causes
  target/xtensa: implement exclusive access option

 target/xtensa/cpu.c               |    2 +-
 target/xtensa/cpu.h               |   58 +-
 target/xtensa/helper.c            |    1 +
 target/xtensa/helper.h            |    6 +
 target/xtensa/mmu_helper.c        |  532 ++++++-
 target/xtensa/op_helper.c         |   42 +
 target/xtensa/overlay_tool.h      |   43 +-
 target/xtensa/translate.c         | 2951 ++++++++++++++++++++++++-------------
 tests/tcg/xtensa/test_exclusive.S |   48 +
 9 files changed, 2574 insertions(+), 1109 deletions(-)
 create mode 100644 tests/tcg/xtensa/test_exclusive.S

-- 
2.11.0