Re: [PATCH v7 3/6] xen/riscv: introduce decode_cause() stuff

2023-08-04 Thread Alistair Francis
On Thu, Aug 3, 2023 at 8:05 AM Oleksii Kurochko wrote: > > The patch introduces stuff needed to decode a reason of an > exception. > > Signed-off-by: Oleksii Kurochko > --- > Changes in V7: > - Nothing changed. Only rebase. > --- > Changes in V6: > - Remove usage of LINK_TO_LOAD() due to the MM

[PATCH v7 3/6] xen/riscv: introduce decode_cause() stuff

2023-08-03 Thread Oleksii Kurochko
The patch introduces stuff needed to decode a reason of an exception. Signed-off-by: Oleksii Kurochko --- Changes in V7: - Nothing changed. Only rebase. --- Changes in V6: - Remove usage of LINK_TO_LOAD() due to the MMU being enabled first. - Change early_printk() to printk() --- Changes in V5