Re: [PATCH qemu v4 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

2023-06-27 Thread Peter Maydell
On Mon, 26 Jun 2023 at 15:15, ~jhogberg wrote: > > From: John Högberg > > https://gitlab.com/qemu-project/qemu/-/issues/1034 > > Signed-off-by: John Högberg > +static int self_modification_test(uint32_t *rw_data, const uint32_t > *exec_data) > +{ > +/* > + * This test is

[PATCH qemu v4 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

2023-06-26 Thread ~jhogberg
From: John Högberg https://gitlab.com/qemu-project/qemu/-/issues/1034 Signed-off-by: John Högberg --- tests/tcg/aarch64/Makefile.target | 3 +- tests/tcg/aarch64/icivau.c| 189 ++ 2 files changed, 191 insertions(+), 1 deletion(-) create mode 100644