On 3/3/26 5:07 AM, Florian Hofhammer wrote:
The additional plugin tests register accesses, specifically both for
read-only and read-write registers. Writing to a read-only register is
currently not tested, as this would trigger an assertion and fail the
test.
Signed-off-by: Florian Hofhammer <[email protected]>
---
tests/tcg/plugins/meson.build | 1 +
tests/tcg/plugins/registers.c | 79 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
Reviewed-by: Pierrick Bouvier <[email protected]>