Re: [PATCH v3 07/14] xen/riscv: introduce exception context

2023-02-08 Thread Alistair Francis
On Wed, Feb 8, 2023 at 12:47 AM Oleksii Kurochko wrote: > > The patch introduces a set of registers which should be saved to and > restored from a stack after an exception occurs and a set of defines > which will be used during exception context saving/restoring. > > Originally header was introdu

[PATCH v3 07/14] xen/riscv: introduce exception context

2023-02-07 Thread Oleksii Kurochko
The patch introduces a set of registers which should be saved to and restored from a stack after an exception occurs and a set of defines which will be used during exception context saving/restoring. Originally header was introduced in the patch series from Bobby so partially it was re-used and t