Re: [PATCH v1 09/14] xen/riscv: introduce do_unexpected_trap()

2023-01-26 Thread Oleksii
On Wed, 2023-01-25 at 17:15 +, Andrew Cooper wrote: > On 25/01/2023 5:01 pm, Oleksii wrote: > > On Mon, 2023-01-23 at 09:39 +1000, Alistair Francis wrote: > > > On Sat, Jan 21, 2023 at 1:00 AM Oleksii Kurochko > > > wrote: > > > > The patch introduces the function the purpose of which is to >

Re: [PATCH v1 09/14] xen/riscv: introduce do_unexpected_trap()

2023-01-25 Thread Andrew Cooper
On 25/01/2023 5:01 pm, Oleksii wrote: > On Mon, 2023-01-23 at 09:39 +1000, Alistair Francis wrote: >> On Sat, Jan 21, 2023 at 1:00 AM Oleksii Kurochko >> wrote: >>> The patch introduces the function the purpose of which is to print >>> a cause of an exception and call "wfi" instruction. >>> >>>

Re: [PATCH v1 09/14] xen/riscv: introduce do_unexpected_trap()

2023-01-25 Thread Julien Grall
Hi, On 25/01/2023 17:01, Oleksii wrote: On Mon, 2023-01-23 at 09:39 +1000, Alistair Francis wrote: On Sat, Jan 21, 2023 at 1:00 AM Oleksii Kurochko wrote: The patch introduces the function the purpose of which is to print a cause of an exception and call "wfi" instruction. Signed-off-by:

Re: [PATCH v1 09/14] xen/riscv: introduce do_unexpected_trap()

2023-01-25 Thread Oleksii
On Mon, 2023-01-23 at 09:39 +1000, Alistair Francis wrote: > On Sat, Jan 21, 2023 at 1:00 AM Oleksii Kurochko > wrote: > > > > The patch introduces the function the purpose of which is to print > > a cause of an exception and call "wfi" instruction. > > > > Signed-off-by: Oleksii Kurochko > >

Re: [PATCH v1 09/14] xen/riscv: introduce do_unexpected_trap()

2023-01-22 Thread Alistair Francis
On Sat, Jan 21, 2023 at 1:00 AM Oleksii Kurochko wrote: > > The patch introduces the function the purpose of which is to print > a cause of an exception and call "wfi" instruction. > > Signed-off-by: Oleksii Kurochko > --- > xen/arch/riscv/traps.c | 14 +- > 1 file changed, 13

[PATCH v1 09/14] xen/riscv: introduce do_unexpected_trap()

2023-01-20 Thread Oleksii Kurochko
The patch introduces the function the purpose of which is to print a cause of an exception and call "wfi" instruction. Signed-off-by: Oleksii Kurochko --- xen/arch/riscv/traps.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/xen/arch/riscv/traps.c