Re: [PATCH v3 5/7] target/arm: preserve mpidr value

2024-07-26 Thread Jonathan Cameron via
On Mon, 22 Jul 2024 08:45:57 +0200 Mauro Carvalho Chehab wrote: > There is a logic at helper to properly fill the mpidr information. > This is needed for ARM Processor error injection, so store the > value inside a cpu opaque value, to allow it to be used. > > Signed-off-by: Mauro Carvalho Cheha

[PATCH v3 5/7] target/arm: preserve mpidr value

2024-07-21 Thread Mauro Carvalho Chehab
There is a logic at helper to properly fill the mpidr information. This is needed for ARM Processor error injection, so store the value inside a cpu opaque value, to allow it to be used. Signed-off-by: Mauro Carvalho Chehab --- target/arm/cpu.h| 1 + target/arm/helper.c | 10 -- 2 f