On 16/03/2023 18.22, Ilya Leoshkevich wrote:
Add a small test for RXSBG with T=1 to prevent regressions.Signed-off-by: Ilya Leoshkevich <i...@linux.ibm.com> --- tests/tcg/s390x/Makefile.target | 3 +++ tests/tcg/s390x/rxsbg.c | 46 +++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 tests/tcg/s390x/rxsbg.c
Reviewed-by: Thomas Huth <th...@redhat.com>