Re: [PATCH 27/71] target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:28, Richard Henderson wrote: > > Implement the streaming mode identification register, and the > two streaming priority registers. For QEMU, they are all RES0. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 33 + > 1 f

[PATCH 27/71] target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2

2022-06-02 Thread Richard Henderson
Implement the streaming mode identification register, and the two streaming priority registers. For QEMU, they are all RES0. Signed-off-by: Richard Henderson --- target/arm/helper.c | 33 + 1 file changed, 33 insertions(+) diff --git a/target/arm/helper.c b/targ