From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Richard Henderson" <richard.henderson@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Max Filippov" <jcmvbkbc@gmail.com>
Subject: [PATCH 0/2] target/xtensa: use generic instruction breakpoint infrastructure
Date: Thu, 30 Nov 2023 09:19:18 -0800 [thread overview]
Message-ID: <20231130171920.3798954-1-jcmvbkbc@gmail.com> (raw)
Hello,
this series makes target/xtensa use generic instruction breakpoint
infrastructure removing its use of tb_invalidate_phys_addr. It also adds
a new TCG test checking relative priority of icount and ibreak exceptions
for target/xtensa.
Max Filippov (2):
target/xtensa: use generic instruction breakpoint infrastructure
tests/tcg/xtensa: add icount/ibreak priority test
target/xtensa/cpu.c | 1 +
target/xtensa/cpu.h | 4 +++
target/xtensa/dbg_helper.c | 46 +++++++++++++++++++++++------------
target/xtensa/helper.c | 12 +++++++++
target/xtensa/translate.c | 17 -------------
tests/tcg/xtensa/test_break.S | 25 ++++++++++++++++++-
6 files changed, 71 insertions(+), 34 deletions(-)
--
2.39.2
next reply other threads:[~2023-11-30 17:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-30 17:19 Max Filippov [this message]
2023-11-30 17:19 ` [PATCH 1/2] target/xtensa: use generic instruction breakpoint infrastructure Max Filippov
2023-11-30 18:12 ` Richard Henderson
2023-11-30 17:19 ` [PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test Max Filippov
2023-11-30 18:20 ` Richard Henderson
2024-01-08 16:46 ` [PATCH 0/2] target/xtensa: use generic instruction breakpoint infrastructure Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231130171920.3798954-1-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.