Re: [PATCH v11 2/5] xen/riscv: introduce decode_cause() stuff

2024-08-01 Thread Jan Beulich
On 01.08.2024 22:05, oleksii.kuroc...@gmail.com wrote: > On Thu, 2024-08-01 at 13:44 +0200, Jan Beulich wrote: >> On 24.07.2024 17:31, Oleksii Kurochko wrote: >>> The patch introduces stuff needed to decode a reason of an >>> exception. >>> >>> Signed-off-by: Oleksii Kurochko >>> Acked-by: Alistai

Re: [PATCH v11 2/5] xen/riscv: introduce decode_cause() stuff

2024-08-01 Thread oleksii . kurochko
On Thu, 2024-08-01 at 13:44 +0200, Jan Beulich wrote: > On 24.07.2024 17:31, Oleksii Kurochko wrote: > > The patch introduces stuff needed to decode a reason of an > > exception. > > > > Signed-off-by: Oleksii Kurochko > > Acked-by: Alistair Francis > > Acked-by: Jan Beulich > > --- > > Changes

Re: [PATCH v11 2/5] xen/riscv: introduce decode_cause() stuff

2024-08-01 Thread Jan Beulich
On 24.07.2024 17:31, Oleksii Kurochko wrote: > The patch introduces stuff needed to decode a reason of an > exception. > > Signed-off-by: Oleksii Kurochko > Acked-by: Alistair Francis > Acked-by: Jan Beulich > --- > Changes in V11: > - Nothing changed. Only rebase. > --- > Changes in V10: > -