qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] target/xtensa: refactor timers
@ 2017-01-15 21:10 Max Filippov
  2017-01-15 21:10 ` [Qemu-devel] [PATCH 1/7] target/xtensa: refactor CCOUNT/CCOMPARE Max Filippov
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Max Filippov @ 2017-01-15 21:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov

Hello,

this series reimplements xtensa CCOUNT/CCOMPARE features using QEMU
timers, enables support for running with -icount option and updates
timer tests.

Max Filippov (7):
  target/xtensa: refactor CCOUNT/CCOMPARE
  target/xtensa: support icount
  target/xtensa: don't continue translation after exception
  target/xtensa: tests: run tests with icount
  target/xtensa: tests: fix timer tests
  target/xtensa: tests: replace hardcoded interrupt masks
  target/xtensa: tests: add ccount write tests

 hw/xtensa/pic_cpu.c           |  75 +++-----------
 target/xtensa/cpu.h           |  21 +++-
 target/xtensa/helper.h        |   5 +-
 target/xtensa/op_helper.c     |  37 +++++--
 target/xtensa/translate.c     | 225 ++++++++++++++++++++++++++++--------------
 tests/tcg/xtensa/Makefile     |   2 +-
 tests/tcg/xtensa/test_timer.S | 105 +++++++++++++-------
 7 files changed, 284 insertions(+), 186 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-15 21:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 21:10 [Qemu-devel] [PATCH 0/7] target/xtensa: refactor timers Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 1/7] target/xtensa: refactor CCOUNT/CCOMPARE Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 2/7] target/xtensa: support icount Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 3/7] target/xtensa: don't continue translation after exception Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 4/7] target/xtensa: tests: run tests with icount Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 5/7] target/xtensa: tests: fix timer tests Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 6/7] target/xtensa: tests: replace hardcoded interrupt masks Max Filippov
2017-01-15 21:10 ` [Qemu-devel] [PATCH 7/7] target/xtensa: tests: add ccount write tests Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).