Re: [PATCH v1 02/14] xen/riscv: add header

2023-01-23 Thread Andrew Cooper
On 23/01/2023 11:00 am, Jan Beulich wrote: > On 20.01.2023 16:31, Andrew Cooper wrote: >> On 20/01/2023 2:59 pm, Oleksii Kurochko wrote: >>> Signed-off-by: Oleksii Kurochko >> There's some stuff in here which is not RISCV-specific.  We really want >> to dedup with the other architectures and move

Re: [PATCH v1 02/14] xen/riscv: add header

2023-01-23 Thread Jan Beulich
On 20.01.2023 16:31, Andrew Cooper wrote: > On 20/01/2023 2:59 pm, Oleksii Kurochko wrote: >> Signed-off-by: Oleksii Kurochko > > There's some stuff in here which is not RISCV-specific.  We really want > to dedup with the other architectures and move into common. I have to admit that I'm not ful

Re: [PATCH v1 02/14] xen/riscv: add header

2023-01-22 Thread Alistair Francis
On Sat, Jan 21, 2023 at 1:00 AM Oleksii Kurochko wrote: > > Signed-off-by: Oleksii Kurochko Reviewed-by: Alistair Francis Alistair > --- > xen/arch/riscv/include/asm/asm.h | 54 > 1 file changed, 54 insertions(+) > create mode 100644 xen/arch/riscv/include/a

Re: [PATCH v1 02/14] xen/riscv: add header

2023-01-20 Thread Andrew Cooper
On 20/01/2023 2:59 pm, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko There's some stuff in here which is not RISCV-specific.  We really want to dedup with the other architectures and move into common. ~Andrew

[PATCH v1 02/14] xen/riscv: add header

2023-01-20 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- xen/arch/riscv/include/asm/asm.h | 54 1 file changed, 54 insertions(+) create mode 100644 xen/arch/riscv/include/asm/asm.h diff --git a/xen/arch/riscv/include/asm/asm.h b/xen/arch/riscv/include/asm/asm.h new file mode 100644